public interface NodeGroupsSimulateMaintenanceEventRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNodes(int index)
public abstract String getNodes(int index)
Names of the nodes to go under maintenance simulation.
repeated string nodes = 104993457;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The nodes at the given index. |
getNodesBytes(int index)
public abstract ByteString getNodesBytes(int index)
Names of the nodes to go under maintenance simulation.
repeated string nodes = 104993457;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the nodes at the given index. |
getNodesCount()
public abstract int getNodesCount()
Names of the nodes to go under maintenance simulation.
repeated string nodes = 104993457;
Returns | |
---|---|
Type | Description |
int |
The count of nodes. |
getNodesList()
public abstract List<String> getNodesList()
Names of the nodes to go under maintenance simulation.
repeated string nodes = 104993457;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the nodes. |