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

Attributes

  • address (type: String.t, default: nil) - The URL of the reservation for this IP address.
  • literal (type: String.t, default: nil) - An IPv4 internal network address to assign to the instance for this network interface.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.PreservedStatePreservedNetworkIpIpAddress{
  address: String.t() | nil,
  literal: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.