public static interface Protos.HealthCheck.TCPCheckInfoOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPort()
Port expected to be open.
|
Protos.NetworkInfo.Protocol |
getProtocol()
optional .mesos.NetworkInfo.Protocol protocol = 2 [default = IPv4]; |
boolean |
hasPort()
Port expected to be open.
|
boolean |
hasProtocol()
optional .mesos.NetworkInfo.Protocol protocol = 2 [default = IPv4]; |
boolean hasProtocol()
optional .mesos.NetworkInfo.Protocol protocol = 2 [default = IPv4];
Protos.NetworkInfo.Protocol getProtocol()
optional .mesos.NetworkInfo.Protocol protocol = 2 [default = IPv4];
boolean hasPort()
Port expected to be open.
required uint32 port = 1;
int getPort()
Port expected to be open.
required uint32 port = 1;