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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
UNDEFINED_BYOIP_API_VERSION |
A value indicating that the enum field is not set. |
UNDEFINED_BYOIP_API_VERSION_VALUE |
A value indicating that the enum field is not set. |
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_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. |
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_VALUE |
This public delegated prefix takes minutes to delete. Announce and Withdraw APIs can be used on this prefix to change the BGP status. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |