public interface RouterStatusNatStatusNatRuleStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveNatIps(int index)
A list of active IPs for NAT.
|
com.google.protobuf.ByteString |
getActiveNatIpsBytes(int index)
A list of active IPs for NAT.
|
int |
getActiveNatIpsCount()
A list of active IPs for NAT.
|
List<String> |
getActiveNatIpsList()
A list of active IPs for NAT.
|
String |
getDrainNatIps(int index)
A list of IPs for NAT that are in drain mode.
|
com.google.protobuf.ByteString |
getDrainNatIpsBytes(int index)
A list of IPs for NAT that are in drain mode.
|
int |
getDrainNatIpsCount()
A list of IPs for NAT that are in drain mode.
|
List<String> |
getDrainNatIpsList()
A list of IPs for NAT that are in drain mode.
|
int |
getMinExtraIpsNeeded()
The number of extra IPs to allocate.
|
int |
getNumVmEndpointsWithNatMappings()
Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
|
int |
getRuleNumber()
Rule number of the rule.
|
boolean |
hasMinExtraIpsNeeded()
The number of extra IPs to allocate.
|
boolean |
hasNumVmEndpointsWithNatMappings()
Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
|
boolean |
hasRuleNumber()
Rule number of the rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getActiveNatIpsList()
A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
repeated string active_nat_ips = 208517077;int getActiveNatIpsCount()
A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
repeated string active_nat_ips = 208517077;String getActiveNatIps(int index)
A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
repeated string active_nat_ips = 208517077;index - The index of the element to return.com.google.protobuf.ByteString getActiveNatIpsBytes(int index)
A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
repeated string active_nat_ips = 208517077;index - The index of the value to return.List<String> getDrainNatIpsList()
A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
repeated string drain_nat_ips = 504078535;int getDrainNatIpsCount()
A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
repeated string drain_nat_ips = 504078535;String getDrainNatIps(int index)
A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
repeated string drain_nat_ips = 504078535;index - The index of the element to return.com.google.protobuf.ByteString getDrainNatIpsBytes(int index)
A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
repeated string drain_nat_ips = 504078535;index - The index of the value to return.boolean hasMinExtraIpsNeeded()
The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
optional int32 min_extra_ips_needed = 353002756;int getMinExtraIpsNeeded()
The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
optional int32 min_extra_ips_needed = 353002756;boolean hasNumVmEndpointsWithNatMappings()
Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
optional int32 num_vm_endpoints_with_nat_mappings = 512367468;int getNumVmEndpointsWithNatMappings()
Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
optional int32 num_vm_endpoints_with_nat_mappings = 512367468;boolean hasRuleNumber()
Rule number of the rule.
optional int32 rule_number = 535211500;int getRuleNumber()
Rule number of the rule.
optional int32 rule_number = 535211500;Copyright © 2023 Google LLC. All rights reserved.