Class: Google::Apis::MigrationcenterV1alpha1::MachinePreferences
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::MachinePreferences
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb
Overview
The type of machines to consider when calculating virtual machine migration insights and recommendations for Compute Engine. Not all machine types are available in all zones and regions.
Instance Attribute Summary collapse
-
#allowed_machine_series ⇒ Array<Google::Apis::MigrationcenterV1alpha1::MachineSeries>
Compute Engine machine series to consider for insights and recommendations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MachinePreferences
constructor
A new instance of MachinePreferences.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MachinePreferences
Returns a new instance of MachinePreferences.
5227 5228 5229 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 5227 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allowed_machine_series ⇒ Array<Google::Apis::MigrationcenterV1alpha1::MachineSeries>
Compute Engine machine series to consider for insights and recommendations. If
empty, no restriction is applied on the machine series.
Corresponds to the JSON property allowedMachineSeries
5225 5226 5227 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 5225 def allowed_machine_series @allowed_machine_series end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5232 5233 5234 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 5232 def update!(**args) @allowed_machine_series = args[:allowed_machine_series] if args.key?(:allowed_machine_series) end |