Uses of Class
org.jclouds.softlayer.domain.Network
-
Packages that use Network Package Description org.jclouds.softlayer.domain org.jclouds.softlayer.features -
-
Uses of Network in org.jclouds.softlayer.domain
Methods in org.jclouds.softlayer.domain that return Network 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 Network in org.jclouds.softlayer.features
Methods in org.jclouds.softlayer.features that return Network Modifier and Type Method Description Network
NetworkApi. createNetwork(List<Network.CreateNetwork> networkToBeCreated)
creates a networkNetwork
NetworkApi. getNetwork(long id)
returns the details of the network of the given idMethods in org.jclouds.softlayer.features that return types with arguments of type Network Modifier and Type Method Description List<Network>
NetworkApi. listNetworks()
returns a list of networks belong to the account
-