View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1NatAddress (google_api_apigee v0.46.0)

Apigee NAT(network address translation) address. A NAT address is a static external IP address used for Internet egress traffic.

Attributes

  • ipAddress (type: String.t, default: nil) - Output only. The static IPV4 address.
  • name (type: String.t, default: nil) - Required. Resource ID of the NAT address.
  • state (type: String.t, default: nil) - Output only. State of the nat address.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1NatAddress{
  ipAddress: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.