public interface ReverseSshConnectivityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getVm()
The name of the virtual machine (Compute Engine) used as the bastion server
for the SSH tunnel.
|
com.google.protobuf.ByteString |
getVmBytes()
The name of the virtual machine (Compute Engine) used as the bastion server
for the SSH tunnel.
|
String |
getVmIp()
Required.
|
com.google.protobuf.ByteString |
getVmIpBytes()
Required.
|
int |
getVmPort()
Required.
|
String |
getVpc()
The name of the VPC to peer with the Cloud SQL private network.
|
com.google.protobuf.ByteString |
getVpcBytes()
The name of the VPC to peer with the Cloud SQL private network.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];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];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];String getVm()
The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
string vm = 3;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;String getVpc()
The name of the VPC to peer with the Cloud SQL private network.
string vpc = 4;com.google.protobuf.ByteString getVpcBytes()
The name of the VPC to peer with the Cloud SQL private network.
string vpc = 4;Copyright © 2024 Google LLC. All rights reserved.