Uses of Class
org.jclouds.openstack.neutron.v2.domain.Subnet
- 
Packages that use Subnet Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.features org.jclouds.openstack.neutron.v2.functions  - 
- 
Uses of Subnet in org.jclouds.openstack.neutron.v2.domain
Subclasses of Subnet in org.jclouds.openstack.neutron.v2.domain Modifier and Type Class Description static classSubnet.CreateSubnetCreate and Update options - extend the domain class, passed to API update and create calls.static classSubnet.UpdateSubnetCreate and Update options - extend the domain class, passed to API update and create calls.Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Subnet Constructor Description Subnets(Iterable<Subnet> subnets, Iterable<Link> subnetsLinks) - 
Uses of Subnet in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return Subnet Modifier and Type Method Description SubnetSubnetApi. create(Subnet.CreateSubnet subnet)Create a subnet within a specified networkSubnetSubnetApi. get(String id)Returns the specific Subnet.SubnetSubnetApi. update(String id, Subnet.UpdateSubnet subnet)Update a subnetMethods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type Subnet Modifier and Type Method Description com.google.common.collect.FluentIterable<Subnet>SubnetApi. createBulk(List<Subnet.CreateSubnet> subnets)Create multiple subnetsPagedIterable<Subnet>SubnetApi. list()Returns the list of all subnets currently defined in Neutron for the current tenant. - 
Uses of Subnet in org.jclouds.openstack.neutron.v2.functions
Methods in org.jclouds.openstack.neutron.v2.functions that return types with arguments of type Subnet Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Subnet>>SubnetsToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0) 
 -