Google Cloud Net App V1 Client - Class State (1.10.0)

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 \ HostGroup

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;