Enum ResourcePolicy.Status (1.42.0)

public enum ResourcePolicy.Status extends Enum<ResourcePolicy.Status> implements ProtocolMessageEnum

[Output Only] The status of resource policy creation.

Protobuf enum google.cloud.compute.v1.ResourcePolicy.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Resource policy is being created.

CREATING = 455564985;

CREATING_VALUE

Resource policy is being created.

CREATING = 455564985;

DELETING

Resource policy is being deleted.

DELETING = 528602024;

DELETING_VALUE

Resource policy is being deleted.

DELETING = 528602024;

EXPIRED

Resource policy is expired and will not run again.

EXPIRED = 482489093;

EXPIRED_VALUE

Resource policy is expired and will not run again.

EXPIRED = 482489093;

INVALID

INVALID = 530283991;

INVALID_VALUE

INVALID = 530283991;

READY

Resource policy is ready to be used.

READY = 77848963;

READY_VALUE

Resource policy is ready to be used.

READY = 77848963;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()