public final class ProbeProtocol extends ExpandableStringEnum<ProbeProtocol>
Modifier and Type | Field and Description |
---|---|
static ProbeProtocol |
HTTP
Static value Http for ProbeProtocol.
|
static ProbeProtocol |
HTTPS
Static value Https for ProbeProtocol.
|
static ProbeProtocol |
TCP
Static value Tcp for ProbeProtocol.
|
Constructor and Description |
---|
ProbeProtocol() |
Modifier and Type | Method and Description |
---|---|
static ProbeProtocol |
fromString(String name)
Creates or finds a ProbeProtocol from its string representation.
|
static Collection<ProbeProtocol> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ProbeProtocol HTTP
public static final ProbeProtocol TCP
public static final ProbeProtocol HTTPS
public static ProbeProtocol fromString(String name)
name
- a name to look forpublic static Collection<ProbeProtocol> values()
Copyright © 2019. All rights reserved.