Uses of Class
org.jclouds.softlayer.domain.Subnet
-
Packages that use Subnet Package Description org.jclouds.softlayer.domain org.jclouds.softlayer.features -
-
Uses of Subnet in org.jclouds.softlayer.domain
Methods in org.jclouds.softlayer.domain that return Subnet Modifier and Type Method Description static Subnet
Subnet. create(String broadcastAddress, int cidr, String gateway, long id, boolean isCustomerOwned, boolean isCustomerRoutable, Date modifyDate, String netmask, String networkIdentifier, long networkVlanId, String note, String sortOrder, String subnetType, String totalIpAddresses, String usableIpAddressCount, int version, String addressSpace)
Methods in org.jclouds.softlayer.domain that return types with arguments of type Subnet Modifier and Type Method Description abstract List<Subnet>
Network. subnets()
Method parameters in org.jclouds.softlayer.domain with type arguments of type Subnet Modifier and Type Method Description static Network
Network. create(long accountId, long id, int cidr, String networkIdentifier, String name, String notes, List<Subnet> subnets)
-
Uses of Subnet in org.jclouds.softlayer.features
Methods in org.jclouds.softlayer.features that return Subnet Modifier and Type Method Description Subnet
NetworkApi. createSubnet(long id, List<Object> subnetToBeCreated)
creates a subnet on the given networkMethods in org.jclouds.softlayer.features that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>
NetworkApi. getSubnets(long id)
returns the subnets of the network of the given id
-