Reference documentation and code samples for the Compute V1 Client class FutureReservationStatus.
[Output only] Represents status related to the future reservation.
Generated from protobuf message google.cloud.compute.v1.FutureReservationStatus
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ amendment_status
string
[Output Only] The current status of the requested amendment. Check the AmendmentStatus enum for the list of possible values.
↳ auto_created_reservations
array
Fully qualified urls of the automatically created reservations at start_time.
↳ existing_matching_usage_info
FutureReservationStatusExistingMatchingUsageInfo
[Output Only] Represents the existing matching usage for the future reservation.
↳ fulfilled_count
int|string
This count indicates the fulfilled capacity so far. This is set during "PROVISIONING" state. This count also includes capacity delivered as part of existing matching reservations.
↳ last_known_good_state
FutureReservationStatusLastKnownGoodState
[Output Only] This field represents the future reservation before an amendment was requested. If the amendment is declined, the Future Reservation will be reverted to the last known good state. The last known good state is not set when updating a future reservation whose Procurement Status is DRAFTING.
↳ lock_time
string
Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be allowed. Applicable only after the Future Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The procurement_status will transition to PROCURING state at this time.
↳ procurement_status
string
Current state of this Future Reservation Check the ProcurementStatus enum for the list of possible values.
↳ specific_sku_properties
getAmendmentStatus
[Output Only] The current status of the requested amendment.
Check the AmendmentStatus enum for the list of possible values.
string
hasAmendmentStatus
clearAmendmentStatus
setAmendmentStatus
[Output Only] The current status of the requested amendment.
Check the AmendmentStatus enum for the list of possible values.
var
string
$this
getAutoCreatedReservations
Fully qualified urls of the automatically created reservations at start_time.
setAutoCreatedReservations
Fully qualified urls of the automatically created reservations at start_time.
var
string[]
$this
getExistingMatchingUsageInfo
[Output Only] Represents the existing matching usage for the future reservation.
hasExistingMatchingUsageInfo
clearExistingMatchingUsageInfo
setExistingMatchingUsageInfo
[Output Only] Represents the existing matching usage for the future reservation.
$this
getFulfilledCount
This count indicates the fulfilled capacity so far. This is set during "PROVISIONING" state. This count also includes capacity delivered as part of existing matching reservations.
int|string
hasFulfilledCount
clearFulfilledCount
setFulfilledCount
This count indicates the fulfilled capacity so far. This is set during "PROVISIONING" state. This count also includes capacity delivered as part of existing matching reservations.
var
int|string
$this
getLastKnownGoodState
[Output Only] This field represents the future reservation before an amendment was requested. If the amendment is declined, the Future Reservation will be reverted to the last known good state. The last known good state is not set when updating a future reservation whose Procurement Status is DRAFTING.
hasLastKnownGoodState
clearLastKnownGoodState
setLastKnownGoodState
[Output Only] This field represents the future reservation before an amendment was requested. If the amendment is declined, the Future Reservation will be reverted to the last known good state. The last known good state is not set when updating a future reservation whose Procurement Status is DRAFTING.
$this
getLockTime
Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be allowed. Applicable only after the Future Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The procurement_status will transition to PROCURING state at this time.
string
hasLockTime
clearLockTime
setLockTime
Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be allowed. Applicable only after the Future Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The procurement_status will transition to PROCURING state at this time.
var
string
$this
getProcurementStatus
Current state of this Future Reservation Check the ProcurementStatus enum for the list of possible values.
string
hasProcurementStatus
clearProcurementStatus
setProcurementStatus
Current state of this Future Reservation Check the ProcurementStatus enum for the list of possible values.
var
string
$this
getSpecificSkuProperties
Generated from protobuf field optional .google.cloud.compute.v1.FutureReservationStatusSpecificSKUProperties specific_sku_properties = 108887106;
hasSpecificSkuProperties
clearSpecificSkuProperties
setSpecificSkuProperties
Generated from protobuf field optional .google.cloud.compute.v1.FutureReservationStatusSpecificSKUProperties specific_sku_properties = 108887106;
$this

