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

Status of a NAT contained in this router.

Attributes

  • autoAllocatedNatIps ([String.t]): A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"] Defaults to: null.
  • minExtraNatIpsNeeded (integer()): 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. Defaults to: null.
  • name (String.t): Unique name of this NAT. Defaults to: null.
  • numVmEndpointsWithNatMappings (integer()): Number of VM endpoints (i.e., Nics) that can use NAT. Defaults to: null.
  • userAllocatedNatIpResources ([String.t]): A list of fully qualified URLs of reserved IP address resources. Defaults to: null.
  • userAllocatedNatIps ([String.t]): A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133". Defaults to: null.

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: [any()],
  minExtraNatIpsNeeded: any(),
  name: any(),
  numVmEndpointsWithNatMappings: any(),
  userAllocatedNatIpResources: [any()],
  userAllocatedNatIps: [any()]
}

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.