public final class RouterStatusNatStatus 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 | 
|---|
| RouterStatusNatStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| RouterStatusNatStatus | clone() | 
| List<String> | getAutoAllocatedNatIps()A list of IPs auto-allocated for NAT. | 
| List<String> | getDrainAutoAllocatedNatIps()A list of IPs auto-allocated for NAT that are in drain mode. | 
| List<String> | getDrainUserAllocatedNatIps()A list of IPs user-allocated for NAT that are in drain mode. | 
| Integer | getMinExtraNatIpsNeeded()The number of extra IPs to allocate. | 
| String | getName()Unique name of this NAT. | 
| Integer | getNumVmEndpointsWithNatMappings()Number of VM endpoints (i.e., Nics) that can use NAT. | 
| List<RouterStatusNatStatusNatRuleStatus> | getRuleStatus()Status of rules in this NAT. | 
| List<String> | getUserAllocatedNatIpResources()A list of fully qualified URLs of reserved IP address resources. | 
| List<String> | getUserAllocatedNatIps()A list of IPs user-allocated for NAT. | 
| RouterStatusNatStatus | set(String fieldName,
   Object value) | 
| RouterStatusNatStatus | setAutoAllocatedNatIps(List<String> autoAllocatedNatIps)A list of IPs auto-allocated for NAT. | 
| RouterStatusNatStatus | setDrainAutoAllocatedNatIps(List<String> drainAutoAllocatedNatIps)A list of IPs auto-allocated for NAT that are in drain mode. | 
| RouterStatusNatStatus | setDrainUserAllocatedNatIps(List<String> drainUserAllocatedNatIps)A list of IPs user-allocated for NAT that are in drain mode. | 
| RouterStatusNatStatus | setMinExtraNatIpsNeeded(Integer minExtraNatIpsNeeded)The number of extra IPs to allocate. | 
| RouterStatusNatStatus | setName(String name)Unique name of this NAT. | 
| RouterStatusNatStatus | setNumVmEndpointsWithNatMappings(Integer numVmEndpointsWithNatMappings)Number of VM endpoints (i.e., Nics) that can use NAT. | 
| RouterStatusNatStatus | setRuleStatus(List<RouterStatusNatStatusNatRuleStatus> ruleStatus)Status of rules in this NAT. | 
| RouterStatusNatStatus | setUserAllocatedNatIpResources(List<String> userAllocatedNatIpResources)A list of fully qualified URLs of reserved IP address resources. | 
| RouterStatusNatStatus | setUserAllocatedNatIps(List<String> userAllocatedNatIps)A list of IPs user-allocated for NAT. | 
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 List<String> getAutoAllocatedNatIps()
null for nonepublic RouterStatusNatStatus setAutoAllocatedNatIps(List<String> autoAllocatedNatIps)
autoAllocatedNatIps - autoAllocatedNatIps or null for nonepublic List<String> getDrainAutoAllocatedNatIps()
null for nonepublic RouterStatusNatStatus setDrainAutoAllocatedNatIps(List<String> drainAutoAllocatedNatIps)
drainAutoAllocatedNatIps - drainAutoAllocatedNatIps or null for nonepublic List<String> getDrainUserAllocatedNatIps()
null for nonepublic RouterStatusNatStatus setDrainUserAllocatedNatIps(List<String> drainUserAllocatedNatIps)
drainUserAllocatedNatIps - drainUserAllocatedNatIps or null for nonepublic Integer getMinExtraNatIpsNeeded()
null for nonepublic RouterStatusNatStatus setMinExtraNatIpsNeeded(Integer minExtraNatIpsNeeded)
minExtraNatIpsNeeded - minExtraNatIpsNeeded or null for nonepublic String getName()
null for nonepublic RouterStatusNatStatus setName(String name)
name - name or null for nonepublic Integer getNumVmEndpointsWithNatMappings()
null for nonepublic RouterStatusNatStatus setNumVmEndpointsWithNatMappings(Integer numVmEndpointsWithNatMappings)
numVmEndpointsWithNatMappings - numVmEndpointsWithNatMappings or null for nonepublic List<RouterStatusNatStatusNatRuleStatus> getRuleStatus()
null for nonepublic RouterStatusNatStatus setRuleStatus(List<RouterStatusNatStatusNatRuleStatus> ruleStatus)
ruleStatus - ruleStatus or null for nonepublic List<String> getUserAllocatedNatIpResources()
null for nonepublic RouterStatusNatStatus setUserAllocatedNatIpResources(List<String> userAllocatedNatIpResources)
userAllocatedNatIpResources - userAllocatedNatIpResources or null for nonepublic List<String> getUserAllocatedNatIps()
null for nonepublic RouterStatusNatStatus setUserAllocatedNatIps(List<String> userAllocatedNatIps)
userAllocatedNatIps - userAllocatedNatIps or null for nonepublic RouterStatusNatStatus set(String fieldName, Object value)
set in class GenericJsonpublic RouterStatusNatStatus clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.