Uses of Class
org.jclouds.openstack.neutron.v2.domain.Subnet.CreateSubnet
-
Packages that use Subnet.CreateSubnet Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.features -
-
Uses of Subnet.CreateSubnet in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return Subnet.CreateSubnet Modifier and Type Method Description Subnet.CreateSubnet
Subnet.CreateBuilder. build()
-
Uses of Subnet.CreateSubnet in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features with parameters of type Subnet.CreateSubnet Modifier and Type Method Description Subnet
SubnetApi. create(Subnet.CreateSubnet subnet)
Create a subnet within a specified networkMethod parameters in org.jclouds.openstack.neutron.v2.features with type arguments of type Subnet.CreateSubnet Modifier and Type Method Description com.google.common.collect.FluentIterable<Subnet>
SubnetApi. createBulk(List<Subnet.CreateSubnet> subnets)
Create multiple subnets
-