Package | Description |
---|---|
org.jclouds.cloudloadbalancers.domain |
Modifier and Type | Method and Description |
---|---|
static VirtualIP.IPVersion |
VirtualIP.IPVersion.fromValue(String ipVersion) |
VirtualIP.IPVersion |
VirtualIP.getIpVersion() |
static VirtualIP.IPVersion |
VirtualIP.IPVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualIP.IPVersion[] |
VirtualIP.IPVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VirtualIP.Builder |
VirtualIP.Builder.ipVersion(VirtualIP.IPVersion ipVersion) |
Constructor and Description |
---|
VirtualIP(int id,
String address,
VirtualIP.Type type,
VirtualIP.IPVersion ipVersion) |
Copyright © 2009-2012 jclouds. All Rights Reserved.