Reference documentation and code samples for the Compute V1 Client class State.
[Output Only] The state of the subnetwork, which can be one of the following values: READY: Subnetwork is created and ready to use DRAINING: only applicable to subnetworks that have the purpose set to INTERNAL_HTTPS_LOAD_BALANCER and indicates that connections to the load balancer are being drained. A subnetwork that is draining cannot be used or modified until it reaches a status of READY
Protobuf type google.cloud.compute.v1.Subnetwork.State
Namespace
Google \ Cloud \ Compute \ V1 \ SubnetworkMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
DRAINING
Value: 480455402
Subnetwork is being drained.
Generated from protobuf enum DRAINING = 480455402;
READY
Value: 77848963
Subnetwork is ready for use.
Generated from protobuf enum READY = 77848963;