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.Create
SubnetsResource. create(Subnet net)
SubnetsResource.Update
SubnetsResource. 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 class
SubnetForCreate
Deprecated.Fields in com.woorea.openstack.quantum.model with type parameters of type Subnet Modifier and Type Field Description private java.util.List<Subnet>
Subnets. list
Methods in com.woorea.openstack.quantum.model that return types with arguments of type Subnet Modifier and Type Method Description java.util.List<Subnet>
Subnets. getList()
java.util.Iterator<Subnet>
Subnets. iterator()
Method parameters in com.woorea.openstack.quantum.model with type arguments of type Subnet Modifier and Type Method Description void
Subnets. setList(java.util.List<Subnet> list)
-