public enum ResourcePolicy.Status extends Enum<ResourcePolicy.Status> implements ProtocolMessageEnumOutput only. [Output Only] The status of resource policy creation.
Protobuf enum google.cloud.compute.v1.ResourcePolicy.Status
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATING |
Resource policy is being created. |
CREATING_VALUE |
Resource policy is being created. |
DELETING |
Resource policy is being deleted. |
DELETING_VALUE |
Resource policy is being deleted. |
EXPIRED |
Resource policy is expired and will not run again. |
EXPIRED_VALUE |
Resource policy is expired and will not run again. |
INVALID |
|
INVALID_VALUE |
|
READY |
Resource policy is ready to be used. |
READY_VALUE |
Resource policy is ready to be used. |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
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() |
|