Capacity Planner V1BETA API - Class Google::Cloud::CapacityPlanner::V1beta::FutureReservation::Status (v0.2.0)

Reference documentation and code samples for the Capacity Planner V1BETA API class Google::Cloud::CapacityPlanner::V1beta::FutureReservation::Status.

Represents status related to the future reservation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auto_created_reservations

def auto_created_reservations() -> ::Array<::String>
Returns
  • (::Array<::String>) — Fully qualified urls of the automatically created reservations at start_time.

#auto_created_reservations=

def auto_created_reservations=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Fully qualified urls of the automatically created reservations at start_time.
Returns
  • (::Array<::String>) — Fully qualified urls of the automatically created reservations at start_time.

#fulfilled_count

def fulfilled_count() -> ::Integer
Returns
  • (::Integer) — 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.

#fulfilled_count=

def fulfilled_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#lock_time

def lock_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — 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.

#lock_time=

def lock_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — 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.
Returns
  • (::Google::Protobuf::Timestamp) — 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

def procurement_status() -> ::Google::Cloud::CapacityPlanner::V1beta::FutureReservation::Status::ProcurementStatus

#procurement_status=

def procurement_status=(value) -> ::Google::Cloud::CapacityPlanner::V1beta::FutureReservation::Status::ProcurementStatus
Parameter