public enum OvhIpTypeEnum extends Enum<OvhIpTypeEnum>
| Enum Constant and Description |
|---|
_private |
cdn |
cloud |
dedicated |
failover |
hosted_ssl |
housing |
loadBalancing |
mail |
overthebox |
pcc |
pci |
vpn |
vps |
vrack |
xdsl |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhIpTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhIpTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhIpTypeEnum cdn
public static final OvhIpTypeEnum cloud
public static final OvhIpTypeEnum dedicated
public static final OvhIpTypeEnum failover
public static final OvhIpTypeEnum hosted_ssl
public static final OvhIpTypeEnum housing
public static final OvhIpTypeEnum loadBalancing
public static final OvhIpTypeEnum mail
public static final OvhIpTypeEnum overthebox
public static final OvhIpTypeEnum pcc
public static final OvhIpTypeEnum pci
public static final OvhIpTypeEnum _private
public static final OvhIpTypeEnum vpn
public static final OvhIpTypeEnum vps
public static final OvhIpTypeEnum vrack
public static final OvhIpTypeEnum xdsl
public static OvhIpTypeEnum[] values()
for (OvhIpTypeEnum c : OvhIpTypeEnum.values()) System.out.println(c);
public static OvhIpTypeEnum 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<OvhIpTypeEnum>Copyright © 2018. All rights reserved.