google_api_container v0.13.0 GoogleApi.Container.V1.Model.UsableSubnetworkSecondaryRange View Source

Secondary IP range of a usable subnetwork.

Attributes

  • ipCidrRange (type: String.t, default: nil) - The range of IP addresses belonging to this subnetwork secondary range.
  • rangeName (type: String.t, default: nil) - The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
  • status (type: String.t, default: nil) - This field is to determine the status of the secondary range programmably.

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.Container.V1.Model.UsableSubnetworkSecondaryRange{
  ipCidrRange: String.t(),
  rangeName: String.t(),
  status: 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.