Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.
Possible states of a network peering.
Protobuf type google.cloud.vmwareengine.v1.NetworkPeering.State
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ NetworkPeeringMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified network peering state. This is the default value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
INACTIVE
Value: 1The peering is not active.
Generated from protobuf enum INACTIVE = 1;
ACTIVE
Value: 2The peering is active.
Generated from protobuf enum ACTIVE = 2;
CREATING
Value: 3The peering is being created.
Generated from protobuf enum CREATING = 3;
DELETING
Value: 4The peering is being deleted.
Generated from protobuf enum DELETING = 4;