Class: Google::Cloud::Compute::V1::CapacityHistoryResponsePriceRecord
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CapacityHistoryResponsePriceRecord
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A record of price history.
Instance Attribute Summary collapse
-
#interval ⇒ ::Google::Cloud::Compute::V1::Interval
The time interval for this price record.
-
#list_price ⇒ ::Google::Cloud::Compute::V1::Money
The Spot VM list price during the interval.
Instance Attribute Details
#interval ⇒ ::Google::Cloud::Compute::V1::Interval
Returns The time interval for this price record.
14255 14256 14257 14258 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14255 class CapacityHistoryResponsePriceRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#list_price ⇒ ::Google::Cloud::Compute::V1::Money
Returns The Spot VM list price during the interval.
14255 14256 14257 14258 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14255 class CapacityHistoryResponsePriceRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |