public enum PublicDelegatedPrefix.Mode extends Enum<PublicDelegatedPrefix.Mode> implements ProtocolMessageEnumThe public delegated prefix mode for IPv6 only.
Protobuf enum google.cloud.compute.v1.PublicDelegatedPrefix.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DELEGATION |
The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength. |
DELEGATION_VALUE |
The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength. |
EXTERNAL_IPV6_FORWARDING_RULE_CREATION |
The public delegated prefix is used for creating forwarding rules only. Such prefixes cannot set publicDelegatedSubPrefixes. Parent public delegated prefix must have IPv6 access type as EXTERNAL. |
EXTERNAL_IPV6_FORWARDING_RULE_CREATION_VALUE |
The public delegated prefix is used for creating forwarding rules only. Such prefixes cannot set publicDelegatedSubPrefixes. Parent public delegated prefix must have IPv6 access type as EXTERNAL. |
EXTERNAL_IPV6_SUBNETWORK_CREATION |
The public delegated prefix is used for creating dual-mode subnetworks only. Such prefixes cannot set publicDelegatedSubPrefixes. Parent public delegated prefix must have IPv6 access type as EXTERNAL. |
EXTERNAL_IPV6_SUBNETWORK_CREATION_VALUE |
The public delegated prefix is used for creating dual-mode subnetworks only. Such prefixes cannot set publicDelegatedSubPrefixes. Parent public delegated prefix must have IPv6 access type as EXTERNAL. |
INTERNAL_IPV6_SUBNETWORK_CREATION |
The public delegated prefix is used for creating dual stack or IPv6-only subnetwork with internal access only. Such prefixes cannot set publicDelegatedSubPrefixes and allocatablePrefixLength. Parent public delegated prefix must have IPv6 access type as INTERNAL. |
INTERNAL_IPV6_SUBNETWORK_CREATION_VALUE |
The public delegated prefix is used for creating dual stack or IPv6-only subnetwork with internal access only. Such prefixes cannot set publicDelegatedSubPrefixes and allocatablePrefixLength. Parent public delegated prefix must have IPv6 access type as INTERNAL. |
UNDEFINED_MODE |
A value indicating that the enum field is not set. |
UNDEFINED_MODE_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() |
|