Interface AnalyzeWorkloadMoveResponseOrBuilder (2.1.0)

public interface AnalyzeWorkloadMoveResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlockers(int index)

public abstract String getBlockers(int index)

List of blockers that prevent moving the source workload to the target workload

repeated string blockers = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The blockers at the given index.

getBlockersBytes(int index)

public abstract ByteString getBlockersBytes(int index)

List of blockers that prevent moving the source workload to the target workload

repeated string blockers = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the blockers at the given index.

getBlockersCount()

public abstract int getBlockersCount()

List of blockers that prevent moving the source workload to the target workload

repeated string blockers = 1;

Returns
Type Description
int

The count of blockers.

getBlockersList()

public abstract List<String> getBlockersList()

List of blockers that prevent moving the source workload to the target workload

repeated string blockers = 1;

Returns
Type Description
List<String>

A list containing the blockers.