Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class State.
The possible states for this VRF.
Protobuf type google.cloud.baremetalsolution.v2.VRF.State
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ VRFMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1
The vrf is provisioning.
Generated from protobuf enum PROVISIONING = 1;
PROVISIONED
Value: 2
The vrf is provisioned.
Generated from protobuf enum PROVISIONED = 2;