Skip to content

Commit

Permalink
Add availability_zones for network
Browse files Browse the repository at this point in the history
Add availability_zones for network

Close-Task: #EAS-125755
Signed-off-by: yunyue.xie <yunyue.xie@easystack.cn>
  • Loading branch information
yunyue.xie committed May 15, 2024
1 parent 50098d0 commit 0d4822a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openstack/networking/v2/networks/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ type Network struct {
// Used to make network resources highly available.
AvailabilityZoneHints []string `json:"availability_zone_hints"`

// The availability zone for the network.
AvailabilityZone []string `json:"availability_zones"`

// Tags optionally set via extensions/attributestags
Tags []string `json:"tags"`

Expand Down

0 comments on commit 0d4822a

Please sign in to comment.