Uses of Enum
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.IpVersionSubnet.IpVersion.valueOf(int value) Returns the enum constant of this type with the specified name.static Subnet.IpVersionReturns the enum constant of this type with the specified name.static Subnet.IpVersion[]Subnet.IpVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.woorea.openstack.quantum.model with parameters of type Subnet.IpVersion