Enum GlobalVmExtensionPolicy.ScopedResourceStatus (1.105.0)

public enum GlobalVmExtensionPolicy.ScopedResourceStatus extends Enum<GlobalVmExtensionPolicy.ScopedResourceStatus> implements ProtocolMessageEnum

Output only. [Output Only] The scoped resource status. It's only for tracking the purging status of the policy.

Protobuf enum google.cloud.compute.v1.GlobalVmExtensionPolicy.ScopedResourceStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
SCOPED_RESOURCE_STATUS_DELETING

The zonal policies are being deleted.

SCOPED_RESOURCE_STATUS_DELETING = 404198387;

SCOPED_RESOURCE_STATUS_DELETING_VALUE

The zonal policies are being deleted.

SCOPED_RESOURCE_STATUS_DELETING = 404198387;

SCOPED_RESOURCE_STATUS_UNSPECIFIED

Default value. This value is unused.

SCOPED_RESOURCE_STATUS_UNSPECIFIED = 437941996;

SCOPED_RESOURCE_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

SCOPED_RESOURCE_STATUS_UNSPECIFIED = 437941996;

UNDEFINED_SCOPED_RESOURCE_STATUS

A value indicating that the enum field is not set.

UNDEFINED_SCOPED_RESOURCE_STATUS = 0;

UNDEFINED_SCOPED_RESOURCE_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SCOPED_RESOURCE_STATUS = 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()