Compute V1 Client - Class State (2.9.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATE = 0;

ACTIVE

Value: 314733318

The 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: 528602024

The 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: 470755401

Default value. Do not use.

Generated from protobuf enum STATE_UNSPECIFIED = 470755401;