Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] The status of resource policy creation.
Protobuf type google.cloud.compute.v1.ResourcePolicy.Status
Namespace
Google \ Cloud \ Compute \ V1 \ ResourcePolicyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATUS = 0;
CREATING
Value: 455564985
Resource policy is being created.
Generated from protobuf enum CREATING = 455564985;
DELETING
Value: 528602024
Resource policy is being deleted.
Generated from protobuf enum DELETING = 528602024;
EXPIRED
Value: 482489093
Resource policy is expired and will not run again.
Generated from protobuf enum EXPIRED = 482489093;
INVALID
Value: 530283991
Generated from protobuf enum INVALID = 530283991;
READY
Value: 77848963
Resource policy is ready to be used.
Generated from protobuf enum READY = 77848963;