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.IpVersionSubnet. ipversionMethods in com.woorea.openstack.quantum.model that return Subnet.IpVersion Modifier and Type Method Description Subnet.IpVersionSubnet. getIpversion()static Subnet.IpVersionSubnet.IpVersion. valueOf(int value)Returns the enum constant of this type with the specified name.static Subnet.IpVersionSubnet.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 voidSubnet. setIpversion(Subnet.IpVersion ipversion)
-