Class: Google::Cloud::MigrationCenter::V1::ComputeEnginePreferences
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ComputeEnginePreferences
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
The user preferences relating to Compute Engine target platform.
Instance Attribute Summary collapse
-
#license_type ⇒ ::Google::Cloud::MigrationCenter::V1::LicenseType
License type to consider when calculating costs for virtual machine insights and recommendations.
-
#machine_preferences ⇒ ::Google::Cloud::MigrationCenter::V1::MachinePreferences
Preferences concerning the machine types to consider on Compute Engine.
Instance Attribute Details
#license_type ⇒ ::Google::Cloud::MigrationCenter::V1::LicenseType
Returns License type to consider when calculating costs for virtual machine insights and recommendations. If unspecified, costs are calculated based on the default licensing plan.
3319 3320 3321 3322 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3319 class ComputeEnginePreferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_preferences ⇒ ::Google::Cloud::MigrationCenter::V1::MachinePreferences
Returns Preferences concerning the machine types to consider on Compute Engine.
3319 3320 3321 3322 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3319 class ComputeEnginePreferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |