Reference documentation and code samples for the Google Cloud Net App V1 Client class State.
The Active Directory States
Protobuf type google.cloud.netapp.v1.ActiveDirectory.State
Namespace
Google \ Cloud \ NetApp \ V1 \ ActiveDirectoryMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified Active Directory State
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
Active Directory State is Creating
Generated from protobuf enum CREATING = 1;
READY
Value: 2
Active Directory State is Ready
Generated from protobuf enum READY = 2;
UPDATING
Value: 3
Active Directory State is Updating
Generated from protobuf enum UPDATING = 3;
IN_USE
Value: 4
Active Directory State is In use
Generated from protobuf enum IN_USE = 4;
DELETING
Value: 5
Active Directory State is Deleting
Generated from protobuf enum DELETING = 5;
ERROR
Value: 6
Active Directory State is Error
Generated from protobuf enum ERROR = 6;