Uses of Enum Class
com.woorea.openstack.quantum.model.Subnet.IpVersion
Packages that use Subnet.IpVersion
-
Uses of Subnet.IpVersion in com.woorea.openstack.quantum.model
Fields in com.woorea.openstack.quantum.model declared as Subnet.IpVersionMethods in com.woorea.openstack.quantum.model that return Subnet.IpVersionModifier and TypeMethodDescriptionSubnet.getIpversion()
static Subnet.IpVersion
Subnet.IpVersion.valueOf
(int value) Returns the enum constant of this class with the specified name.static Subnet.IpVersion
Returns the enum constant of this class with the specified name.static Subnet.IpVersion[]
Subnet.IpVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.woorea.openstack.quantum.model with parameters of type Subnet.IpVersion