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: 0
Invalid state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
READY
Value: 1
Connector is deployed and ready to receive traffic.
Generated from protobuf enum READY = 1;
CREATING
Value: 2
An Insert operation is in progress. Transient condition.
Generated from protobuf enum CREATING = 2;
DELETING
Value: 3
A Delete operation is in progress. Transient condition.
Generated from protobuf enum DELETING = 3;
ERROR
Value: 4
Connector is in a bad state, manual deletion recommended.
Generated from protobuf enum ERROR = 4;
UPDATING
Value: 5
The connector is being updated.
Generated from protobuf enum UPDATING = 5;