Reference documentation and code samples for the Compute V1 Client class State.
Optional. Output only. [Output Only] Current state of the policy: ACTIVE or DELETING.
Protobuf type google.cloud.compute.v1.VmExtensionPolicy.State
Namespace
Google \ Cloud \ Compute \ V1 \ VmExtensionPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ACTIVE
Value: 314733318The policy is active and applied to matching VMs.
Newly created VMs that match the policy will also receive the extension policy.
Generated from protobuf enum ACTIVE = 314733318;
DELETING
Value: 528602024The policy is in the process of being deleted. After the extension is removed from all matching VMs, the policy will be deleted.
Generated from protobuf enum DELETING = 528602024;
STATE_UNSPECIFIED
Value: 470755401Default value. Do not use.
Generated from protobuf enum STATE_UNSPECIFIED = 470755401;