Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit bc61929

Browse files
committed
Add status to ecs flavor
1 parent 92e0bed commit bc61929

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openstack/ecs/v1/flavors/results.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ type OsExtraSpecs struct {
8282

8383
// Indicates the model and quantity of passthrough-enabled GPUs on P1 ECSs.
8484
PciPassthroughAlias string `json:"pci_passthrough:alias"`
85+
86+
// Indicates the status of the flavor in region level.
87+
OperationStatus string `json:"cond:operation:status"`
88+
89+
// Indicates the status of the flavor in az level.
90+
OperationAz string `json:"cond:operation:az"`
8591
}
8692

8793
// FlavorsPage is the page returned by a pager when traversing over a

0 commit comments

Comments
 (0)