Class: Google::Cloud::Compute::V1::CapacityAdviceRequestInstanceProperties
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CapacityAdviceRequestInstanceProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Instance provisioning properties.
Instance Attribute Summary collapse
-
#scheduling ⇒ ::Google::Cloud::Compute::V1::CapacityAdviceRequestInstancePropertiesScheduling
Specifies the scheduling options.
Instance Attribute Details
#scheduling ⇒ ::Google::Cloud::Compute::V1::CapacityAdviceRequestInstancePropertiesScheduling
Returns Specifies the scheduling options.
13971 13972 13973 13974 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13971 class CapacityAdviceRequestInstanceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |