Enum PublicAdvertisedPrefix.PdpScope (1.51.0)

public enum PublicAdvertisedPrefix.PdpScope extends Enum<PublicAdvertisedPrefix.PdpScope> implements ProtocolMessageEnum

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.

Protobuf enum google.cloud.compute.v1.PublicAdvertisedPrefix.PdpScope

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GLOBAL

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

GLOBAL = 494663587;

GLOBAL_AND_REGIONAL

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

GLOBAL_AND_REGIONAL = 318053059;

GLOBAL_AND_REGIONAL_VALUE

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

GLOBAL_AND_REGIONAL = 318053059;

GLOBAL_VALUE

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

GLOBAL = 494663587;

REGIONAL

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

REGIONAL = 92288543;

REGIONAL_VALUE

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

REGIONAL = 92288543;

UNDEFINED_PDP_SCOPE

A value indicating that the enum field is not set.

UNDEFINED_PDP_SCOPE = 0;

UNDEFINED_PDP_SCOPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PDP_SCOPE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()