Enum VmExtensionPolicy.State (1.105.0)

public enum VmExtensionPolicy.State extends Enum<VmExtensionPolicy.State> implements ProtocolMessageEnum

Optional. Output only. [Output Only] Current state of the policy: ACTIVE or DELETING.

Protobuf enum google.cloud.compute.v1.VmExtensionPolicy.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The policy is active and applied to matching VMs. Newly created VMs that match the policy will also receive the extension policy.

ACTIVE = 314733318;

ACTIVE_VALUE

The policy is active and applied to matching VMs. Newly created VMs that match the policy will also receive the extension policy.

ACTIVE = 314733318;

DELETING

The policy is in the process of being deleted. After the extension is removed from all matching VMs, the policy will be deleted.

DELETING = 528602024;

DELETING_VALUE

The policy is in the process of being deleted. After the extension is removed from all matching VMs, the policy will be deleted.

DELETING = 528602024;

STATE_UNSPECIFIED

Default value. Do not use.

STATE_UNSPECIFIED = 470755401;

STATE_UNSPECIFIED_VALUE

Default value. Do not use.

STATE_UNSPECIFIED = 470755401;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()