View Source GoogleApi.Compute.V1.Model.NatIpInfoNatIpInfoMapping (google_api_compute v0.70.0)

Contains information of a NAT IP.

Attributes

  • mode (type: String.t, default: nil) - Specifies whether NAT IP is auto or manual.
  • natIp (type: String.t, default: nil) - NAT IP address. For example: 203.0.113.11.
  • usage (type: String.t, default: nil) - Specifies whether NAT IP is currently serving at least one endpoint or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Compute.V1.Model.NatIpInfoNatIpInfoMapping{
  mode: String.t() | nil,
  natIp: String.t() | nil,
  usage: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.