Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class State.
The state of the DestinationEndpoint
resource.
Protobuf type google.cloud.networkconnectivity.v1.Destination.DestinationEndpoint.State
Namespace
Google \ Cloud \ NetworkConnectivity \ V1 \ Destination \ DestinationEndpointMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
An invalid state, which is the default case.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
VALID
Value: 1
The DestinationEndpoint
resource is valid.
Generated from protobuf enum VALID = 1;
INVALID
Value: 2
The DestinationEndpoint
resource is invalid.
Generated from protobuf enum INVALID = 2;