Class: Google::Cloud::Compute::V1::InstancesSetMachineTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstancesSetMachineTypeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#machine_type ⇒ ::String
Full or partial URL of the machine type resource.
Instance Attribute Details
#machine_type ⇒ ::String
Returns Full or partial URL of the machine type resource. See Machine Types for a full list of machine types. For example: zones/us-central1-f/machineTypes/n1-standard-1.
15167 15168 15169 15170 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15167 class InstancesSetMachineTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |