Class: Google::Cloud::MigrationCenter::V1::MachinePreferences
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::MachinePreferences
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
The type of machines to consider when calculating virtual machine migration insights and recommendations. Not all machine types are available in all zones and regions.
Instance Attribute Summary collapse
-
#allowed_machine_series ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::MachineSeries>
Compute Engine machine series to consider for insights and recommendations.
Instance Attribute Details
#allowed_machine_series ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::MachineSeries>
Returns Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.
3331 3332 3333 3334 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3331 class MachinePreferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |