Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.
Enum State defines possible states of a network policy controlled service.
Protobuf type google.cloud.vmwareengine.v1.NetworkPolicy.NetworkService.State
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ NetworkPolicy \ NetworkServiceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified service state. This is the default value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
UNPROVISIONED
Value: 1
Service is not provisioned.
Generated from protobuf enum UNPROVISIONED = 1;
RECONCILING
Value: 2
Service is in the process of being provisioned/deprovisioned.
Generated from protobuf enum RECONCILING = 2;
ACTIVE
Value: 3
Service is active.
Generated from protobuf enum ACTIVE = 3;