public interface ReverseSshConnectivityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| int | The vmPort. |
getVpc()
public abstract String getVpc()The name of the VPC to peer with the Cloud SQL private network.
string vpc = 4;
| Type | Description |
| String | The vpc. |
getVpcBytes()
public abstract ByteString getVpcBytes()The name of the VPC to peer with the Cloud SQL private network.
string vpc = 4;
| Type | Description |
| ByteString | The bytes for vpc. |