Enum PublicAdvertisedPrefix.ByoipApiVersion (1.51.0)

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

[Output Only] The version of BYOIP API.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNDEFINED_BYOIP_API_VERSION

A value indicating that the enum field is not set.

UNDEFINED_BYOIP_API_VERSION = 0;

UNDEFINED_BYOIP_API_VERSION_VALUE

A value indicating that the enum field is not set.

UNDEFINED_BYOIP_API_VERSION = 0;

UNRECOGNIZED
V1

This public advertised prefix can be used to create both regional and global public delegated prefixes. It usually takes 4 weeks to create or delete a public delegated prefix. The BGP status cannot be changed.

V1 = 2715;

V1_VALUE

This public advertised prefix can be used to create both regional and global public delegated prefixes. It usually takes 4 weeks to create or delete a public delegated prefix. The BGP status cannot be changed.

V1 = 2715;

V2

This public advertised prefix can only be used to create regional public delegated prefixes. Public delegated prefix creation and deletion takes minutes and the BGP status can be modified.

V2 = 2716;

V2_VALUE

This public advertised prefix can only be used to create regional public delegated prefixes. Public delegated prefix creation and deletion takes minutes and the BGP status can be modified.

V2 = 2716;

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()