Package | Description |
---|---|
org.jclouds.softlayer.domain | |
org.jclouds.softlayer.features |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
abstract List<Subnet> |
Network.subnets() |
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 |
---|---|
Subnet |
NetworkApi.createSubnet(long id,
List<Object> subnetToBeCreated)
creates a subnet on the given network
|
Modifier and Type | Method and Description |
---|---|
List<Subnet> |
NetworkApi.getSubnets(long id)
returns the subnets of the network of the given id
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.