Class RouterStatusNatStatusNatRuleStatus (1.2.0)

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

Status of a NAT Rule contained in this NAT.

Attributes

NameDescription
active_nat_ips Sequence[str]
A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
drain_nat_ips Sequence[str]
A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
min_extra_ips_needed int
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. This field is a member of oneof_ _min_extra_ips_needed.
num_vm_endpoints_with_nat_mappings int
Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule. This field is a member of oneof_ _num_vm_endpoints_with_nat_mappings.
rule_number int
Rule number of the rule. This field is a member of oneof_ _rule_number.