Class RouterStatusNatStatus (1.18.0)

RouterStatusNatStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
auto_allocated_nat_ips MutableSequence[str]
A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"]
drain_auto_allocated_nat_ips MutableSequence[str]
A list of IPs auto-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
drain_user_allocated_nat_ips MutableSequence[str]
A list of IPs user-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
min_extra_nat_ips_needed int
The number of extra IPs to allocate. This will be greater than 0 only if user-specified IPs are NOT enough to allow all configured VMs to use NAT. This value is meaningful only when auto-allocation of NAT IPs is *not* used. This field is a member of oneof_ _min_extra_nat_ips_needed.
name str
Unique name of this NAT. This field is a member of oneof_ _name.
num_vm_endpoints_with_nat_mappings int
Number of VM endpoints (i.e., Nics) that can use NAT. This field is a member of oneof_ _num_vm_endpoints_with_nat_mappings.
rule_status MutableSequence[google.cloud.compute_v1.types.RouterStatusNatStatusNatRuleStatus]
Status of rules in this NAT.
user_allocated_nat_ip_resources MutableSequence[str]
A list of fully qualified URLs of reserved IP address resources.
user_allocated_nat_ips MutableSequence[str]
A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".