Package com.google.cloud.clouddms.v1
Interface ReverseSshConnectivityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReverseSshConnectivity,ReverseSshConnectivity.Builder
public interface ReverseSshConnectivityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVm()The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.com.google.protobuf.ByteStringgetVmBytes()The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.StringgetVmIp()Required.com.google.protobuf.ByteStringgetVmIpBytes()Required.intgetVmPort()Required.StringgetVpc()The name of the VPC to peer with the Cloud SQL private network.com.google.protobuf.ByteStringgetVpcBytes()The name of the VPC to peer with the Cloud SQL private network.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVmIp
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:
- The vmIp.
-
getVmIpBytes
com.google.protobuf.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:
- The bytes for vmIp.
-
getVmPort
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:
- The vmPort.
-
getVm
String getVm()
The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
string vm = 3;- Returns:
- The vm.
-
getVmBytes
com.google.protobuf.ByteString getVmBytes()
The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
string vm = 3;- Returns:
- The bytes for vm.
-
getVpc
String getVpc()
The name of the VPC to peer with the Cloud SQL private network.
string vpc = 4;- Returns:
- The vpc.
-
getVpcBytes
com.google.protobuf.ByteString getVpcBytes()
The name of the VPC to peer with the Cloud SQL private network.
string vpc = 4;- Returns:
- The bytes for vpc.
-
-