public enum PublicAdvertisedPrefix.Ipv6AccessType extends Enum<PublicAdvertisedPrefix.Ipv6AccessType> implements ProtocolMessageEnumThe internet access type for IPv6 Public Advertised Prefixes.
Protobuf enum google.cloud.compute.v1.PublicAdvertisedPrefix.Ipv6AccessType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
EXTERNAL |
Default IPv6 access type. The prefix will be announced to the internet. All children Public Delegated Prefixes will have IPv6 access type as EXTERNAL. |
EXTERNAL_VALUE |
Default IPv6 access type. The prefix will be announced to the internet. All children Public Delegated Prefixes will have IPv6 access type as EXTERNAL. |
INTERNAL |
The prefix will not be announced to the internet. Prefix will be used privately within Cloud. All children Public Delegated Prefixes will have IPv6 access type as INTERNAL. |
INTERNAL_VALUE |
The prefix will not be announced to the internet. Prefix will be used privately within Cloud. All children Public Delegated Prefixes will have IPv6 access type as INTERNAL. |
UNDEFINED_IPV6_ACCESS_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_IPV6_ACCESS_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
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() |
|