PublicAdvertisedPrefixPublicDelegatedPrefixResponse

data class PublicAdvertisedPrefixPublicDelegatedPrefixResponse(val ipRange: String, val name: String, val project: String, val region: String, val status: String)

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address range of the public delegated prefix

Link copied to clipboard

The name of the public delegated prefix

Link copied to clipboard

The project number of the public delegated prefix

Link copied to clipboard

The region of the public delegated prefix if it is regional. If absent, the prefix is global.

Link copied to clipboard

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.