Reference documentation and code samples for the Compute V1 Client class ActivationStatus.
Specifies whether the feature is enabled or disabled.
Protobuf type google.cloud.compute.v1.PreviewFeature.ActivationStatus
Namespace
Google \ Cloud \ Compute \ V1 \ PreviewFeatureMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_ACTIVATION_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ACTIVATION_STATUS = 0;
ACTIVATION_STATE_UNSPECIFIED
Value: 632160
Generated from protobuf enum ACTIVATION_STATE_UNSPECIFIED = 632160;
DISABLED
Value: 516696700
Generated from protobuf enum DISABLED = 516696700;
ENABLED
Value: 182130465
Generated from protobuf enum ENABLED = 182130465;