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