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

Type declaration

  • perPrivateNetworkIpamIpIds: Record<string, string[]>

    Object where the keys are the IDs of Private Networks and the values are arrays of IPAM IDs representing the IPs to assign to this Apple silicon 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

    ID of the server.

  • Optionalzone?: Zone

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