public final class VmEndpointNatMappings
extends com.google.api.client.json.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 Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
VmEndpointNatMappings() |
| Modifier and Type | Method and Description |
|---|---|
VmEndpointNatMappings |
clone() |
java.lang.String |
getInstanceName()
Name of the VM instance which the endpoint belongs to
|
java.util.List<VmEndpointNatMappingsInterfaceNatMappings> |
getInterfaceNatMappings() |
VmEndpointNatMappings |
set(java.lang.String fieldName,
java.lang.Object value) |
VmEndpointNatMappings |
setInstanceName(java.lang.String instanceName)
Name of the VM instance which the endpoint belongs to
|
VmEndpointNatMappings |
setInterfaceNatMappings(java.util.List<VmEndpointNatMappingsInterfaceNatMappings> interfaceNatMappings) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getInstanceName()
null for nonepublic VmEndpointNatMappings setInstanceName(java.lang.String instanceName)
instanceName - instanceName or null for nonepublic java.util.List<VmEndpointNatMappingsInterfaceNatMappings> getInterfaceNatMappings()
null for nonepublic VmEndpointNatMappings setInterfaceNatMappings(java.util.List<VmEndpointNatMappingsInterfaceNatMappings> interfaceNatMappings)
interfaceNatMappings - interfaceNatMappings or null for nonepublic VmEndpointNatMappings set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VmEndpointNatMappings clone()
clone in class com.google.api.client.json.GenericJson