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 1b2807d commit 089e647Copy full SHA for 089e647
api/vpc/v1/vpc_sdk.go
@@ -300,8 +300,8 @@ type UpdatePrivateNetworkRequest struct {
300
Name *string `json:"name"`
301
// Tags: the private networks tags
302
Tags *[]string `json:"tags"`
303
- // Subnets: private network subnets CIDR
304
- Subnets *[]string `json:"subnets"`
+ // Deprecated: Subnets: private network subnets CIDR (deprecated)
+ Subnets *[]string `json:"subnets,omitempty"`
305
}
306
307
// UpdatePrivateNetwork: update private network
0 commit comments