public enum OvhFlowggerConfigurationTlsMethodEnum extends Enum<OvhFlowggerConfigurationTlsMethodEnum>
| Enum Constant and Description |
|---|
ANY |
TLS_V_1_0 |
TLS_V_1_1 |
TLS_V_1_2 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhFlowggerConfigurationTlsMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhFlowggerConfigurationTlsMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhFlowggerConfigurationTlsMethodEnum ANY
public static final OvhFlowggerConfigurationTlsMethodEnum TLS_V_1_0
public static final OvhFlowggerConfigurationTlsMethodEnum TLS_V_1_1
public static final OvhFlowggerConfigurationTlsMethodEnum TLS_V_1_2
public static OvhFlowggerConfigurationTlsMethodEnum[] values()
for (OvhFlowggerConfigurationTlsMethodEnum c : OvhFlowggerConfigurationTlsMethodEnum.values()) System.out.println(c);
public static OvhFlowggerConfigurationTlsMethodEnum 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<OvhFlowggerConfigurationTlsMethodEnum>Copyright © 2018. All rights reserved.