Reference documentation and code samples for the Google Cloud Ids V1 Client class State.
Endpoint state
Protobuf type google.cloud.ids.v1.Endpoint.State
Namespace
Google \ Cloud \ Ids \ V1 \ EndpointMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2Active and ready for traffic.
Generated from protobuf enum READY = 2;
DELETING
Value: 3Being deleted.
Generated from protobuf enum DELETING = 3;