public enum PolicyMode extends Enum<PolicyMode> implements ProtocolMessageEnum
This enum controls the policy mode used in a hub.
Protobuf enum google.cloud.networkconnectivity.v1.PolicyMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
POLICY_MODE_UNSPECIFIED |
Policy mode is unspecified. It defaults to PRESET with preset_topology = MESH. |
POLICY_MODE_UNSPECIFIED_VALUE |
Policy mode is unspecified. It defaults to PRESET with preset_topology = MESH. |
PRESET |
Hub uses one of the preset topologies. |
PRESET_VALUE |
Hub uses one of the preset topologies. |
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() |