Enum PublicDelegatedPrefix.ByoipApiVersion (1.51.0)

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

[Output Only] The version of BYOIP API.

Protobuf enum google.cloud.compute.v1.PublicDelegatedPrefix.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 delegated prefix usually takes 4 weeks to delete, and the BGP status cannot be changed. Announce and Withdraw APIs can not be used on this prefix.

V1 = 2715;

V1_VALUE

This public delegated prefix usually takes 4 weeks to delete, and the BGP status cannot be changed. Announce and Withdraw APIs can not be used on this prefix.

V1 = 2715;

V2

This public delegated prefix takes minutes to delete. Announce and Withdraw APIs can be used on this prefix to change the BGP status.

V2 = 2716;

V2_VALUE

This public delegated prefix takes minutes to delete. Announce and Withdraw APIs can be used on this prefix to change the BGP status.

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