Uses of Class
com.woorea.openstack.quantum.model.Subnet.IpVersion
-
Packages that use Subnet.IpVersion Package Description com.woorea.openstack.quantum.model -
-
Uses of Subnet.IpVersion in com.woorea.openstack.quantum.model
Fields in com.woorea.openstack.quantum.model declared as Subnet.IpVersion Modifier and Type Field Description private Subnet.IpVersion
Subnet. ipversion
Methods in com.woorea.openstack.quantum.model that return Subnet.IpVersion Modifier and Type Method Description Subnet.IpVersion
Subnet. getIpversion()
static Subnet.IpVersion
Subnet.IpVersion. valueOf(int value)
Returns the enum constant of this type with the specified name.static Subnet.IpVersion
Subnet.IpVersion. valueOf(java.lang.String name)
Returns 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 Modifier and Type Method Description void
Subnet. setIpversion(Subnet.IpVersion ipversion)
-