We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514c0e8 commit ba9cc67Copy full SHA for ba9cc67
openstack/networking/v2/networks/requests.go
@@ -82,6 +82,8 @@ type CreateOpts struct {
82
TenantID string `json:"tenant_id,omitempty"`
83
ProjectID string `json:"project_id,omitempty"`
84
AvailabilityZoneHints []string `json:"availability_zone_hints,omitempty"`
85
+ NetworkType string `json:"provider:network_type,omitempty"`
86
+ SegmentationID int `json:"provider:segmentation_id,omitempty"`
87
}
88
89
// ToNetworkCreateMap builds a request body from CreateOpts.
0 commit comments