View Source GoogleApi.Compute.V1.Model.RouterStatusNatStatusNatRuleStatus (google_api_compute v0.56.0)

Status of a NAT Rule contained in this NAT.

Attributes

  • activeNatIps (type: list(String.t), default: nil) - A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
  • drainNatIps (type: list(String.t), default: nil) - A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
  • minExtraIpsNeeded (type: integer(), default: nil) - 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.
  • numVmEndpointsWithNatMappings (type: integer(), default: nil) - Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
  • ruleNumber (type: integer(), default: nil) - Rule number of the rule.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.RouterStatusNatStatusNatRuleStatus{
  activeNatIps: [String.t()] | nil,
  drainNatIps: [String.t()] | nil,
  minExtraIpsNeeded: integer() | nil,
  numVmEndpointsWithNatMappings: integer() | nil,
  ruleNumber: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.