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
value
mixed
static::value
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state for host group.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
Host group is creating.
Generated from protobuf enum CREATING = 1;
READY
Value: 2
Host group is ready.
Generated from protobuf enum READY = 2;
UPDATING
Value: 3
Host group is updating.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4
Host group is deleting.
Generated from protobuf enum DELETING = 4;
DISABLED
Value: 5
Host group is disabled.
Generated from protobuf enum DISABLED = 5;

