Uses of Class
org.jclouds.openstack.neutron.v2.domain.Subnet
Packages that use Subnet
Package
Description
-
Uses of Subnet in org.jclouds.openstack.neutron.v2.domain
Subclasses of Subnet in org.jclouds.openstack.neutron.v2.domainModifier and TypeClassDescriptionstatic class
Create and Update options - extend the domain class, passed to API update and create calls.static class
Create and Update options - extend the domain class, passed to API update and create calls.Fields in org.jclouds.openstack.neutron.v2.domain declared as SubnetModifier and TypeFieldDescriptionprotected Subnet
Subnet.Builder.subnet
protected Subnet
Subnet.Builder.subnet
Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Subnet -
Uses of Subnet in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return SubnetModifier and TypeMethodDescriptionSubnetApi.create
(Subnet.CreateSubnet subnet) Create a subnet within a specified networkReturns the specific Subnet.SubnetApi.update
(String id, Subnet.UpdateSubnet subnet) Update a subnetMethods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type SubnetModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<Subnet> SubnetApi.createBulk
(List<Subnet.CreateSubnet> subnets) Create multiple subnetsSubnetApi.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 SubnetModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Subnet>> SubnetsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)