| Package | Description |
|---|---|
| org.jclouds.softlayer.domain | |
| org.jclouds.softlayer.features |
| Modifier and Type | Method and Description |
|---|---|
static Network |
Network.create(long accountId,
long id,
int cidr,
String networkIdentifier,
String name,
String notes,
List<Subnet> subnets) |
| Modifier and Type | Method and Description |
|---|---|
Network |
NetworkApi.createNetwork(List<Network.CreateNetwork> networkToBeCreated)
creates a network
|
Network |
NetworkApi.getNetwork(long id)
returns the details of the network of the given id
|
| Modifier and Type | Method and Description |
|---|---|
List<Network> |
NetworkApi.listNetworks()
returns a list of networks belong to the account
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.