public enum NetworkPolicy.NetworkService.State extends Enum<NetworkPolicy.NetworkService.State> implements ProtocolMessageEnum
Enum State defines possible states of a network policy controlled service.
Protobuf enum google.cloud.vmwareengine.v1.NetworkPolicy.NetworkService.State
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
ACTIVE | Service is active. |
ACTIVE_VALUE | Service is active. |
RECONCILING | Service is in the process of being provisioned/deprovisioned. |
RECONCILING_VALUE | Service is in the process of being provisioned/deprovisioned. |
STATE_UNSPECIFIED | Unspecified service state. This is the default value. |
STATE_UNSPECIFIED_VALUE | Unspecified service state. This is the default value. |
UNPROVISIONED | Service is not provisioned. |
UNPROVISIONED_VALUE | Service is not provisioned. |
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() |