PublicDelegatedPrefixPublicDelegatedSubPrefix class

Represents a sub PublicDelegatedPrefix.

Constructors

PublicDelegatedPrefixPublicDelegatedSubPrefix({String? delegateeProject, String? description, String? ipCidrRange, bool? isAddress, String? name, String? region, String? status})
PublicDelegatedPrefixPublicDelegatedSubPrefix.fromJson(Map json_)

Properties

delegateeProject String?
Name of the project scoping this PublicDelegatedSubPrefix.
getter/setter pair
description String?
An optional description of this resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipCidrRange String?
The IP address range, in CIDR format, represented by this sub public delegated prefix.
getter/setter pair
isAddress bool?
Whether the sub prefix is delegated to create Address resources in the delegatee project.
getter/setter pair
name String?
The name of the sub public delegated prefix.
getter/setter pair
region String?
The region of the sub public delegated prefix if it is regional.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the sub public delegated prefix.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited