Type Alias PrivateNetworkApiSetServerPrivateNetworksRequest

PrivateNetworkApiSetServerPrivateNetworksRequest: {
    privateNetworkIds: string[];
    serverId: string;
    zone?: Zone;
}

Type declaration

  • privateNetworkIds: string[]

    The IDs of the Private Networks.

  • serverId: string

    The ID of the server.

  • Optionalzone?: Zone

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