Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::MachinePreferences.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allowed_machine_series
def allowed_machine_series() -> ::Array<::Google::Cloud::MigrationCenter::V1::MachineSeries>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::MachineSeries>) — Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.
#allowed_machine_series=
def allowed_machine_series=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::MachineSeries>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::MachineSeries>) — Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::MachineSeries>) — Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.