Module: Google::Cloud::NetApp::V1::HostGroup::State
- Defined in:
- proto_docs/google/cloud/netapp/v1/host_group.rb
Overview
Host group states.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state for host group.
0- CREATING =
Host group is creating.
1- READY =
Host group is ready.
2- UPDATING =
Host group is updating.
3- DELETING =
Host group is deleting.
4- DISABLED =
Host group is disabled.
5