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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the blockers.