Type Alias PrivateNetworkApiAddServerPrivateNetworkRequest

PrivateNetworkApiAddServerPrivateNetworkRequest: {
    privateNetworkId: string;
    serverId: string;
    zone?: Zone;
}

Type declaration

  • privateNetworkId: string

    The ID of the Private Network.

  • serverId: string

    The ID of the server.

  • Optionalzone?: Zone

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