public final class RouterStatusNatStatusNatRuleStatus 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 | 
|---|
| RouterStatusNatStatusNatRuleStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| RouterStatusNatStatusNatRuleStatus | clone() | 
| List<String> | getActiveNatIps()A list of active IPs for NAT. | 
| List<String> | getDrainNatIps()A list of IPs for NAT that are in drain mode. | 
| Integer | getMinExtraIpsNeeded()The number of extra IPs to allocate. | 
| Integer | getNumVmEndpointsWithNatMappings()Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule. | 
| Integer | getRuleNumber()Rule number of the rule. | 
| RouterStatusNatStatusNatRuleStatus | set(String fieldName,
   Object value) | 
| RouterStatusNatStatusNatRuleStatus | setActiveNatIps(List<String> activeNatIps)A list of active IPs for NAT. | 
| RouterStatusNatStatusNatRuleStatus | setDrainNatIps(List<String> drainNatIps)A list of IPs for NAT that are in drain mode. | 
| RouterStatusNatStatusNatRuleStatus | setMinExtraIpsNeeded(Integer minExtraIpsNeeded)The number of extra IPs to allocate. | 
| RouterStatusNatStatusNatRuleStatus | setNumVmEndpointsWithNatMappings(Integer numVmEndpointsWithNatMappings)Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule. | 
| RouterStatusNatStatusNatRuleStatus | setRuleNumber(Integer ruleNumber)Rule number of the rule. | 
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> getActiveNatIps()
null for nonepublic RouterStatusNatStatusNatRuleStatus setActiveNatIps(List<String> activeNatIps)
activeNatIps - activeNatIps or null for nonepublic List<String> getDrainNatIps()
null for nonepublic RouterStatusNatStatusNatRuleStatus setDrainNatIps(List<String> drainNatIps)
drainNatIps - drainNatIps or null for nonepublic Integer getMinExtraIpsNeeded()
null for nonepublic RouterStatusNatStatusNatRuleStatus setMinExtraIpsNeeded(Integer minExtraIpsNeeded)
minExtraIpsNeeded - minExtraIpsNeeded or null for nonepublic Integer getNumVmEndpointsWithNatMappings()
null for nonepublic RouterStatusNatStatusNatRuleStatus setNumVmEndpointsWithNatMappings(Integer numVmEndpointsWithNatMappings)
numVmEndpointsWithNatMappings - numVmEndpointsWithNatMappings or null for nonepublic Integer getRuleNumber()
null for nonepublic RouterStatusNatStatusNatRuleStatus setRuleNumber(Integer ruleNumber)
ruleNumber - ruleNumber or null for nonepublic RouterStatusNatStatusNatRuleStatus set(String fieldName, Object value)
set in class GenericJsonpublic RouterStatusNatStatusNatRuleStatus clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.