Skip to content

Commit 089e647

Browse files
authored
feat(vpc): deprecate update PN subnets (#1522)
1 parent 1b2807d commit 089e647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/vpc/v1/vpc_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ type UpdatePrivateNetworkRequest struct {
300300
Name *string `json:"name"`
301301
// Tags: the private networks tags
302302
Tags *[]string `json:"tags"`
303-
// Subnets: private network subnets CIDR
304-
Subnets *[]string `json:"subnets"`
303+
// Deprecated: Subnets: private network subnets CIDR (deprecated)
304+
Subnets *[]string `json:"subnets,omitempty"`
305305
}
306306

307307
// UpdatePrivateNetwork: update private network

0 commit comments

Comments
 (0)