View Source GoogleApi.Compute.V1.Model.PublicAdvertisedPrefixPublicDelegatedPrefix (google_api_compute v0.56.0)

Represents a CIDR range which can be used to assign addresses.

Attributes

  • ipRange (type: String.t, default: nil) - The IP address range of the public delegated prefix
  • name (type: String.t, default: nil) - The name of the public delegated prefix
  • project (type: String.t, default: nil) - The project number of the public delegated prefix
  • region (type: String.t, default: nil) - The region of the public delegated prefix if it is regional. If absent, the prefix is global.
  • status (type: String.t, default: nil) - The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.PublicAdvertisedPrefixPublicDelegatedPrefix{
  ipRange: String.t() | nil,
  name: String.t() | nil,
  project: String.t() | nil,
  region: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.