public static interface WorkloadGroupOuterClass.ExecHealthCheckConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommand(int index)
Command to run.
|
com.google.protobuf.ByteString |
getCommandBytes(int index)
Command to run.
|
int |
getCommandCount()
Command to run.
|
List<String> |
getCommandList()
Command to run.
|
List<String> getCommandList()
Command to run. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
repeated string command = 1;int getCommandCount()
Command to run. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
repeated string command = 1;String getCommand(int index)
Command to run. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
repeated string command = 1;index - The index of the element to return.com.google.protobuf.ByteString getCommandBytes(int index)
Command to run. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
repeated string command = 1;index - The index of the value to return.Copyright © 2018–2023 Alibaba Group. All rights reserved.