Class: Google::Cloud::MigrationCenter::V1::MachineSeries
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::MachineSeries
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A Compute Engine machine series.
Instance Attribute Summary collapse
-
#code ⇒ ::String
Code to identify a Compute Engine machine series.
Instance Attribute Details
#code ⇒ ::String
Returns Code to identify a Compute Engine machine series. Consult https://cloud.google.com/compute/docs/machine-resource#machine_type_comparison for more details on the available series.
3342 3343 3344 3345 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3342 class MachineSeries include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |