RouterStatusNatStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Status of a NAT contained in this router.
Attributes | |
---|---|
Name | Description |
auto_allocated_nat_ips |
Sequence[str]
A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"] |
drain_auto_allocated_nat_ips |
Sequence[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 |
Sequence[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. |
name |
str
Unique name of this NAT. |
num_vm_endpoints_with_nat_mappings |
int
Number of VM endpoints (i.e., Nics) that can use NAT. |
user_allocated_nat_ip_resources |
Sequence[str]
A list of fully qualified URLs of reserved IP address resources. |
user_allocated_nat_ips |
Sequence[str]
A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133". |