public final class ReverseSshConnectivity extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Database Migration API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ReverseSshConnectivity() |
| Modifier and Type | Method and Description |
|---|---|
ReverseSshConnectivity |
clone() |
String |
getVm()
The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
|
String |
getVmIp()
Required.
|
Integer |
getVmPort()
Required.
|
String |
getVpc()
The name of the VPC to peer with the Cloud SQL private network.
|
ReverseSshConnectivity |
set(String fieldName,
Object value) |
ReverseSshConnectivity |
setVm(String vm)
The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
|
ReverseSshConnectivity |
setVmIp(String vmIp)
Required.
|
ReverseSshConnectivity |
setVmPort(Integer vmPort)
Required.
|
ReverseSshConnectivity |
setVpc(String vpc)
The name of the VPC to peer with the Cloud SQL private network.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getVm()
null for nonepublic ReverseSshConnectivity setVm(String vm)
vm - vm or null for nonepublic String getVmIp()
null for nonepublic ReverseSshConnectivity setVmIp(String vmIp)
vmIp - vmIp or null for nonepublic Integer getVmPort()
null for nonepublic ReverseSshConnectivity setVmPort(Integer vmPort)
vmPort - vmPort or null for nonepublic String getVpc()
null for nonepublic ReverseSshConnectivity setVpc(String vpc)
vpc - vpc or null for nonepublic ReverseSshConnectivity set(String fieldName, Object value)
set in class GenericJsonpublic ReverseSshConnectivity clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.