Type Alias PrivateNetworkApiSetServerPrivateNetworksRequest
PrivateNetworkApiSetServerPrivateNetworksRequest: { perPrivateNetworkIpamIpIds: Record<string, string[]>; serverId: string; zone?: Zone; } Type declaration
perPrivateNetworkIpamIpIds: Record<string, string[]>
serverId: string
Optional
zone?: Zone
Object where the keys are the UUIDs of Private Networks and the values are arrays of IPAM IDs representing the IPs to assign to this Elastic Metal server on the Private Network. If the array supplied for a Private Network is empty, the next available IP from the Private Network's CIDR block will automatically be used for attachment.