Class: Google::Cloud::MigrationCenter::V1::ComputeEnginePreferences

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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