Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] Status of the reservation subBlock.
Protobuf type google.cloud.compute.v1.ReservationSubBlock.Status
Namespace
Google \ Cloud \ Compute \ V1 \ ReservationSubBlockMethods
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: 455564985Resources are being allocated for the reservation subBlock.
Generated from protobuf enum CREATING = 455564985;
DELETING
Value: 528602024Reservation subBlock is currently being deleted.
Generated from protobuf enum DELETING = 528602024;
INVALID
Value: 530283991Generated from protobuf enum INVALID = 530283991;
READY
Value: 77848963Reservation subBlock has allocated all its resources.
Generated from protobuf enum READY = 77848963;