Interface MachinePreferencesOrBuilder (0.4.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.migrationcenter.v1.MachineSeriesOrBuilder>