Interface PrivateNetworkApiSetServerPrivateNetworksRequest

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

Properties

privateNetworkIds: string[]

The IDs of the Private Networks.

serverId: string

The ID of the server.

zone?: Zone

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