Interface ReverseSshConnectivityOrBuilder (2.7.0)

public interface ReverseSshConnectivityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getVm()

public abstract String getVm()

The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.

string vm = 3;

Returns
TypeDescription
String

The vm.

getVmBytes()

public abstract ByteString getVmBytes()

The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.

string vm = 3;

Returns
TypeDescription
ByteString

The bytes for vm.

getVmIp()

public abstract String getVmIp()

Required. The IP of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.

string vm_ip = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The vmIp.

getVmIpBytes()

public abstract ByteString getVmIpBytes()

Required. The IP of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.

string vm_ip = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for vmIp.

getVmPort()

public abstract int getVmPort()

Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.

int32 vm_port = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The vmPort.

getVpc()

public abstract String getVpc()

The name of the VPC to peer with the Cloud SQL private network.

string vpc = 4;

Returns
TypeDescription
String

The vpc.

getVpcBytes()

public abstract ByteString getVpcBytes()

The name of the VPC to peer with the Cloud SQL private network.

string vpc = 4;

Returns
TypeDescription
ByteString

The bytes for vpc.