View Source GoogleApi.Compute.V1.Model.PublicDelegatedPrefixPublicDelegatedSubPrefix (google_api_compute v0.62.0)
Represents a sub PublicDelegatedPrefix.
Attributes
-
allocatablePrefixLength
(type:integer()
, default:nil
) - The allocatable prefix length supported by this PublicDelegatedSubPrefix. -
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. -
mode
(type:String.t
, default:nil
) - The PublicDelegatedSubPrefix mode for IPv6 only. -
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{ allocatablePrefixLength: integer() | nil, delegateeProject: String.t() | nil, description: String.t() | nil, ipCidrRange: String.t() | nil, isAddress: boolean() | nil, mode: String.t() | nil, name: String.t() | nil, region: String.t() | nil, status: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.