Interface MachinePreferencesOrBuilder (0.26.0)

public interface MachinePreferencesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowedMachineSeries(int index)

public abstract MachineSeries getAllowedMachineSeries(int index)

Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.

repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;

Parameter
Name Description
index int
Returns
Type Description
MachineSeries

getAllowedMachineSeriesCount()

public abstract int getAllowedMachineSeriesCount()

Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.

repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;

Returns
Type Description
int

getAllowedMachineSeriesList()

public abstract List<MachineSeries> getAllowedMachineSeriesList()

Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.

repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;

Returns
Type Description
List<MachineSeries>

getAllowedMachineSeriesOrBuilder(int index)

public abstract MachineSeriesOrBuilder getAllowedMachineSeriesOrBuilder(int index)

Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.

repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;

Parameter
Name Description
index int
Returns
Type Description
MachineSeriesOrBuilder

getAllowedMachineSeriesOrBuilderList()

public abstract List<? extends MachineSeriesOrBuilder> getAllowedMachineSeriesOrBuilderList()

Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.

repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;

Returns
Type Description
List<? extends com.google.cloud.migrationcenter.v1.MachineSeriesOrBuilder>