Reference documentation and code samples for the Google Cloud Vpc Access V1 Client class State.
State of a connector.
Protobuf type google.cloud.vpcaccess.v1.Connector.State
Namespace
Google \ Cloud \ VpcAccess \ V1 \ ConnectorMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Invalid state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
READY
Value: 1Connector is deployed and ready to receive traffic.
Generated from protobuf enum READY = 1;
CREATING
Value: 2An Insert operation is in progress. Transient condition.
Generated from protobuf enum CREATING = 2;
DELETING
Value: 3A Delete operation is in progress. Transient condition.
Generated from protobuf enum DELETING = 3;
ERROR
Value: 4Connector is in a bad state, manual deletion recommended.
Generated from protobuf enum ERROR = 4;
UPDATING
Value: 5The connector is being updated.
Generated from protobuf enum UPDATING = 5;