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

Represents a sub PublicDelegatedPrefix.

Attributes

  • delegateeProject (type: String.t, default: nil) - Name of the project scoping this PublicDelegatedSubPrefix.
  • description (type: String.t, default: nil) - An optional description of this resource. Provide this property when you create the resource.
  • ipCidrRange (type: String.t, default: nil) - The IP address range, in CIDR format, represented by this sub public delegated prefix.
  • isAddress (type: boolean(), default: nil) - Whether the sub prefix is delegated to create Address resources in the delegatee project.
  • name (type: String.t, default: nil) - The name of the sub public delegated prefix.
  • region (type: String.t, default: nil) - [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
  • status (type: String.t, default: nil) - [Output Only] The status of the sub public delegated prefix.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.PublicDelegatedPrefixPublicDelegatedSubPrefix{
    delegateeProject: String.t() | nil,
    description: String.t() | nil,
    ipCidrRange: String.t() | nil,
    isAddress: boolean() | nil,
    name: 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.