View Source GoogleApi.Compute.V1.Model.RouterStatusNatStatus (google_api_compute v0.56.2)

Status of a NAT contained in this router.

Attributes

  • autoAllocatedNatIps (type: list(String.t), default: nil) - A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"]
  • drainAutoAllocatedNatIps (type: list(String.t), default: nil) - A list of IPs auto-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
  • drainUserAllocatedNatIps (type: list(String.t), default: nil) - A list of IPs user-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
  • minExtraNatIpsNeeded (type: integer(), default: nil) - 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 (type: String.t, default: nil) - Unique name of this NAT.
  • numVmEndpointsWithNatMappings (type: integer(), default: nil) - Number of VM endpoints (i.e., Nics) that can use NAT.
  • ruleStatus (type: list(GoogleApi.Compute.V1.Model.RouterStatusNatStatusNatRuleStatus.t), default: nil) - Status of rules in this NAT.
  • userAllocatedNatIpResources (type: list(String.t), default: nil) - A list of fully qualified URLs of reserved IP address resources.
  • userAllocatedNatIps (type: list(String.t), default: nil) - A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.RouterStatusNatStatus{
  autoAllocatedNatIps: [String.t()] | nil,
  drainAutoAllocatedNatIps: [String.t()] | nil,
  drainUserAllocatedNatIps: [String.t()] | nil,
  minExtraNatIpsNeeded: integer() | nil,
  name: String.t() | nil,
  numVmEndpointsWithNatMappings: integer() | nil,
  ruleStatus:
    [GoogleApi.Compute.V1.Model.RouterStatusNatStatusNatRuleStatus.t()] | nil,
  userAllocatedNatIpResources: [String.t()] | nil,
  userAllocatedNatIps: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.