Uses of Class
com.woorea.openstack.quantum.model.Subnet
-
Packages that use Subnet Package Description com.woorea.openstack.quantum.api com.woorea.openstack.quantum.model -
-
Uses of Subnet in com.woorea.openstack.quantum.api
Methods in com.woorea.openstack.quantum.api with parameters of type Subnet Modifier and Type Method Description SubnetsResource.CreateSubnetsResource. create(Subnet net)SubnetsResource.UpdateSubnetsResource. update(Subnet net)Constructors in com.woorea.openstack.quantum.api with parameters of type Subnet Constructor Description Create(Subnet subnet)Query(Subnet subnet)Update(Subnet subnet) -
Uses of Subnet in com.woorea.openstack.quantum.model
Subclasses of Subnet in com.woorea.openstack.quantum.model Modifier and Type Class Description classSubnetForCreateDeprecated.Methods in com.woorea.openstack.quantum.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>Subnets. getList()Iterator<Subnet>Subnets. iterator()Method parameters in com.woorea.openstack.quantum.model with type arguments of type Subnet Modifier and Type Method Description voidSubnets. setList(List<Subnet> list)
-