Reference documentation and code samples for the Google Cloud Net App V1 Client class State.
Host group states.
Protobuf type google.cloud.netapp.v1.HostGroup.State
Namespace
Google \ Cloud \ NetApp \ V1 \ HostGroupMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state for host group.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Host group is creating.
Generated from protobuf enum CREATING = 1;
READY
Value: 2Host group is ready.
Generated from protobuf enum READY = 2;
UPDATING
Value: 3Host group is updating.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4Host group is deleting.
Generated from protobuf enum DELETING = 4;
DISABLED
Value: 5Host group is disabled.
Generated from protobuf enum DISABLED = 5;