public final class VmEndpointNatMappingsInterfaceNatMappings 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 Compute Engine 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 | 
|---|
VmEndpointNatMappingsInterfaceNatMappings()  | 
| Modifier and Type | Method and Description | 
|---|---|
VmEndpointNatMappingsInterfaceNatMappings | 
clone()  | 
List<String> | 
getDrainNatIpPortRanges()
List of all drain IP:port-range mappings assigned to this interface. 
 | 
List<String> | 
getNatIpPortRanges()
A list of all IP:port-range mappings assigned to this interface. 
 | 
Integer | 
getNumTotalDrainNatPorts()
Total number of drain ports across all NAT IPs allocated to this interface. 
 | 
Integer | 
getNumTotalNatPorts()
Total number of ports across all NAT IPs allocated to this interface. 
 | 
List<VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings> | 
getRuleMappings()
Information about mappings provided by rules in this NAT. 
 | 
String | 
getSourceAliasIpRange()
Alias IP range for this interface endpoint. 
 | 
String | 
getSourceVirtualIp()
Primary IP of the VM for this NIC. 
 | 
VmEndpointNatMappingsInterfaceNatMappings | 
set(String fieldName,
   Object value)  | 
VmEndpointNatMappingsInterfaceNatMappings | 
setDrainNatIpPortRanges(List<String> drainNatIpPortRanges)
List of all drain IP:port-range mappings assigned to this interface. 
 | 
VmEndpointNatMappingsInterfaceNatMappings | 
setNatIpPortRanges(List<String> natIpPortRanges)
A list of all IP:port-range mappings assigned to this interface. 
 | 
VmEndpointNatMappingsInterfaceNatMappings | 
setNumTotalDrainNatPorts(Integer numTotalDrainNatPorts)
Total number of drain ports across all NAT IPs allocated to this interface. 
 | 
VmEndpointNatMappingsInterfaceNatMappings | 
setNumTotalNatPorts(Integer numTotalNatPorts)
Total number of ports across all NAT IPs allocated to this interface. 
 | 
VmEndpointNatMappingsInterfaceNatMappings | 
setRuleMappings(List<VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings> ruleMappings)
Information about mappings provided by rules in this NAT. 
 | 
VmEndpointNatMappingsInterfaceNatMappings | 
setSourceAliasIpRange(String sourceAliasIpRange)
Alias IP range for this interface endpoint. 
 | 
VmEndpointNatMappingsInterfaceNatMappings | 
setSourceVirtualIp(String sourceVirtualIp)
Primary IP of the VM for this NIC. 
 | 
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 VmEndpointNatMappingsInterfaceNatMappings()
public List<String> getDrainNatIpPortRanges()
null for nonepublic VmEndpointNatMappingsInterfaceNatMappings setDrainNatIpPortRanges(List<String> drainNatIpPortRanges)
drainNatIpPortRanges - drainNatIpPortRanges or null for nonepublic List<String> getNatIpPortRanges()
null for nonepublic VmEndpointNatMappingsInterfaceNatMappings setNatIpPortRanges(List<String> natIpPortRanges)
natIpPortRanges - natIpPortRanges or null for nonepublic Integer getNumTotalDrainNatPorts()
null for nonepublic VmEndpointNatMappingsInterfaceNatMappings setNumTotalDrainNatPorts(Integer numTotalDrainNatPorts)
numTotalDrainNatPorts - numTotalDrainNatPorts or null for nonepublic Integer getNumTotalNatPorts()
null for nonepublic VmEndpointNatMappingsInterfaceNatMappings setNumTotalNatPorts(Integer numTotalNatPorts)
numTotalNatPorts - numTotalNatPorts or null for nonepublic List<VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings> getRuleMappings()
null for nonepublic VmEndpointNatMappingsInterfaceNatMappings setRuleMappings(List<VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings> ruleMappings)
ruleMappings - ruleMappings or null for nonepublic String getSourceAliasIpRange()
null for nonepublic VmEndpointNatMappingsInterfaceNatMappings setSourceAliasIpRange(String sourceAliasIpRange)
sourceAliasIpRange - sourceAliasIpRange or null for nonepublic String getSourceVirtualIp()
null for nonepublic VmEndpointNatMappingsInterfaceNatMappings setSourceVirtualIp(String sourceVirtualIp)
sourceVirtualIp - sourceVirtualIp or null for nonepublic VmEndpointNatMappingsInterfaceNatMappings set(String fieldName, Object value)
set in class GenericJsonpublic VmEndpointNatMappingsInterfaceNatMappings clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.