Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] The status of disk creation. - CREATING: Disk is provisioning. - RESTORING: Source data is being copied into the disk. - FAILED: Disk creation failed. - READY: Disk is ready for use. - DELETING: Disk is deleting.
Protobuf type google.cloud.compute.v1.Disk.Status
Namespace
Google \ Cloud \ Compute \ V1 \ DiskMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATUS
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATUS = 0;
CREATING
Value: 455564985Disk is provisioning
Generated from protobuf enum CREATING = 455564985;
DELETING
Value: 528602024Disk is deleting.
Generated from protobuf enum DELETING = 528602024;
FAILED
Value: 455706685Disk creation failed.
Generated from protobuf enum FAILED = 455706685;
READY
Value: 77848963Disk is ready for use.
Generated from protobuf enum READY = 77848963;
RESTORING
Value: 404263851Source data is being copied into the disk.
Generated from protobuf enum RESTORING = 404263851;
UNAVAILABLE
Value: 413756464Disk is currently unavailable and cannot be accessed, attached or detached.
Generated from protobuf enum UNAVAILABLE = 413756464;