public enum OvhUrlTypeEnum extends Enum<OvhUrlTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhUrlTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhUrlTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhUrlTypeEnum GRAYLOG_WEBUI
public static final OvhUrlTypeEnum GRAYLOG_API
public static final OvhUrlTypeEnum ELASTICSEARCH_API
public static final OvhUrlTypeEnum CONSOLE
public static final OvhUrlTypeEnum WEB_SOCKET
public static final OvhUrlTypeEnum SERVICE_DOMAIN
public static final OvhUrlTypeEnum TCP_TLS_GELF
public static final OvhUrlTypeEnum TCP_GELF
public static final OvhUrlTypeEnum UDP_GELF
public static final OvhUrlTypeEnum TCP_TLS_RFC5424
public static final OvhUrlTypeEnum TCP_RFC5424
public static final OvhUrlTypeEnum UDP_RFC5424
public static final OvhUrlTypeEnum TCP_TLS_LTSV_LINE
public static final OvhUrlTypeEnum TCP_TLS_LTSV_NUL
public static final OvhUrlTypeEnum TCP_LTSV_LINE
public static final OvhUrlTypeEnum TCP_LTSV_NUL
public static final OvhUrlTypeEnum TCP_TLS_CAP_N_PROTO
public static final OvhUrlTypeEnum TCP_CAP_N_PROTO
public static final OvhUrlTypeEnum UDP_LTSV_NUL
public static final OvhUrlTypeEnum UDP_LTSV_LINE
public static final OvhUrlTypeEnum UDP_CAP_N_PROTO
public static final OvhUrlTypeEnum HTTP_GELF
public static final OvhUrlTypeEnum HTTP_TLS_GELF
public static final OvhUrlTypeEnum TCP_BEATS
public static final OvhUrlTypeEnum TCP_TLS_BEATS
public static final OvhUrlTypeEnum DIRECT_INPUTS_PEM
public static final OvhUrlTypeEnum DEDICATED_INPUTS_PEM
public static OvhUrlTypeEnum[] values()
for (OvhUrlTypeEnum c : OvhUrlTypeEnum.values()) System.out.println(c);
public static OvhUrlTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<OvhUrlTypeEnum>Copyright © 2018. All rights reserved.