Package org.jclouds.softlayer.domain
Class Network
- java.lang.Object
-
- org.jclouds.softlayer.domain.Network
-
public abstract class Network extends Object
Class Network
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetwork.CreateNetworkstatic classNetwork.DeleteNetworkstatic classNetwork.EditNetwork
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract longaccountId()abstract intcidr()static Networkcreate(long accountId, long id, int cidr, String networkIdentifier, String name, String notes, List<Subnet> subnets)abstract longid()abstract Stringname()abstract StringnetworkIdentifier()abstract Stringnotes()abstract List<Subnet>subnets()
-
-
-
Method Detail
-
accountId
public abstract long accountId()
-
id
public abstract long id()
-
cidr
public abstract int cidr()
-
networkIdentifier
public abstract String networkIdentifier()
-
-