Type Alias PrivateNetworkApiSetServerPrivateNetworksRequest

PrivateNetworkApiSetServerPrivateNetworksRequest: {
    perPrivateNetworkIpamIpIds: Record<string, string[]>;
    serverId: string;
    zone?: Zone;
}

Type declaration

  • perPrivateNetworkIpamIpIds: Record<string, string[]>

    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.

  • serverId: string

    UUID of the server.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.