Reference documentation and code samples for the Compute V1 Client class FutureReservationStatusLastKnownGoodState.
The state that the future reservation will be reverted to should the amendment be declined.
Generated from protobuf message google.cloud.compute.v1.FutureReservationStatusLastKnownGoodState
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ description |
string
Output only. [Output Only] The description of the FutureReservation before an amendment was requested. |
↳ existing_matching_usage_info |
FutureReservationStatusExistingMatchingUsageInfo
Output only. [Output Only] Represents the matching usage for the future reservation before an amendment was requested. |
↳ future_reservation_specs |
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
|
↳ lock_time |
string
Output only. [Output Only] The lock time of the FutureReservation before an amendment was requested. |
↳ name_prefix |
string
Output only. [Output Only] The name prefix of the Future Reservation before an amendment was requested. |
↳ procurement_status |
string
Output only. [Output Only] The status of the last known good state for the Future Reservation. Check the ProcurementStatus enum for the list of possible values. |
getDescription
Output only. [Output Only] The description of the FutureReservation before an amendment was requested.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasDescription
clearDescription
setDescription
Output only. [Output Only] The description of the FutureReservation before an amendment was requested.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExistingMatchingUsageInfo
Output only. [Output Only] Represents the matching usage for the future reservation before an amendment was requested.
| Returns | |
|---|---|
| Type | Description |
FutureReservationStatusExistingMatchingUsageInfo|null |
|
hasExistingMatchingUsageInfo
clearExistingMatchingUsageInfo
setExistingMatchingUsageInfo
Output only. [Output Only] Represents the matching usage for the future reservation before an amendment was requested.
| Parameter | |
|---|---|
| Name | Description |
var |
FutureReservationStatusExistingMatchingUsageInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFutureReservationSpecs
Generated from protobuf field optional .google.cloud.compute.v1.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs future_reservation_specs = 82528873;
| Returns | |
|---|---|
| Type | Description |
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs|null |
|
hasFutureReservationSpecs
clearFutureReservationSpecs
setFutureReservationSpecs
Generated from protobuf field optional .google.cloud.compute.v1.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs future_reservation_specs = 82528873;
| Parameter | |
|---|---|
| Name | Description |
var |
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLockTime
Output only. [Output Only] The lock time of the FutureReservation before an amendment was requested.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasLockTime
clearLockTime
setLockTime
Output only. [Output Only] The lock time of the FutureReservation before an amendment was requested.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNamePrefix
Output only. [Output Only] The name prefix of the Future Reservation before an amendment was requested.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasNamePrefix
clearNamePrefix
setNamePrefix
Output only. [Output Only] The name prefix of the Future Reservation before an amendment was requested.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProcurementStatus
Output only. [Output Only] The status of the last known good state for the Future Reservation.
Check the ProcurementStatus enum for the list of possible values.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasProcurementStatus
clearProcurementStatus
setProcurementStatus
Output only. [Output Only] The status of the last known good state for the Future Reservation.
Check the ProcurementStatus enum for the list of possible values.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|