Class: Google::Cloud::Compute::V1::CapacityHistoryRequestInstanceProperties
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CapacityHistoryRequestInstanceProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Instance properties for this request.
Instance Attribute Summary collapse
-
#machine_type ⇒ ::String
The machine type for the VM, such as
n2-standard-4. -
#scheduling ⇒ ::Google::Cloud::Compute::V1::CapacityHistoryRequestInstancePropertiesScheduling
Specifies the scheduling options.
Instance Attribute Details
#machine_type ⇒ ::String
Returns The machine type for the VM, such as n2-standard-4.
14151 14152 14153 14154 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14151 class CapacityHistoryRequestInstanceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scheduling ⇒ ::Google::Cloud::Compute::V1::CapacityHistoryRequestInstancePropertiesScheduling
Returns Specifies the scheduling options.
14151 14152 14153 14154 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14151 class CapacityHistoryRequestInstanceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |