There was an error while loading. Please reload this page.
1 parent 02c0fc2 commit 72e4fdbCopy full SHA for 72e4fdb
api/instance/v1/instance_sdk.go
@@ -2233,8 +2233,11 @@ type CreatePrivateNICRequest struct {
2233
// Tags: private NIC tags.
2234
Tags []string `json:"tags,omitempty"`
2235
2236
-// IPIDs: ip_ids defined from IPAM.
2237
-IPIDs []string `json:"ip_ids,omitempty"`
+// Deprecated: IPIDs: ip_ids defined from IPAM.
+IPIDs *[]string `json:"ip_ids,omitempty"`
2238
+
2239
+// IpamIPIDs: UUID of IPAM ips, to be attached to the instance in the requested private network.
2240
+IpamIPIDs []string `json:"ipam_ip_ids,omitempty"`
2241
}
2242
2243
// CreatePrivateNICResponse: create private nic response.
0 commit comments