Class: Google::Cloud::CapacityPlanner::V1beta::FutureReservation::TimeWindow

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/capacityplanner/v1beta/future_reservation.rb

Overview

Represents time window for the Future Reservation.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns End time of the Future Reservation.

Returns:



101
102
103
104
# File 'proto_docs/google/cloud/capacityplanner/v1beta/future_reservation.rb', line 101

class TimeWindow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns Start time of the Future Reservation.

Returns:



101
102
103
104
# File 'proto_docs/google/cloud/capacityplanner/v1beta/future_reservation.rb', line 101

class TimeWindow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end