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