Interface PrivateNetworkApiAddServerPrivateNetworkRequest

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

Properties

privateNetworkId: string

The ID of the Private Network.

serverId: string

The ID of the server.

zone?: Zone

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