google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.RouterStatusNatStatus View Source

Status of a NAT contained in this router. Next tag: 9

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.
  • 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".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.RouterStatusNatStatus{
  autoAllocatedNatIps: [String.t()],
  drainAutoAllocatedNatIps: [String.t()],
  drainUserAllocatedNatIps: [String.t()],
  minExtraNatIpsNeeded: integer(),
  name: String.t(),
  numVmEndpointsWithNatMappings: integer(),
  userAllocatedNatIpResources: [String.t()],
  userAllocatedNatIps: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.