PublicAdvertisedPrefixPdpScope

enum PublicAdvertisedPrefixPdpScope : Enum<PublicAdvertisedPrefixPdpScope> , ConvertibleToJava<PublicAdvertisedPrefixPdpScope>

Specifies how child public delegated prefix will be scoped. It could be one of following values: - REGIONAL: The public delegated prefix is regional only. The provisioning will take a few minutes. - GLOBAL: The public delegated prefix is global only. The provisioning will take ~4 weeks. - GLOBAL_AND_REGIONAL output only: The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.

Entries

Link copied to clipboard

The public delegated prefix is global only. The provisioning will take ~4 weeks.

Link copied to clipboard

The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.

Link copied to clipboard

The public delegated prefix is regional only. The provisioning will take a few minutes.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): PublicAdvertisedPrefixPdpScope
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: PublicAdvertisedPrefixPdpScope
Link copied to clipboard
Link copied to clipboard