public abstract class Network extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Network.CreateNetwork |
static class |
Network.DeleteNetwork |
static class |
Network.EditNetwork |
Modifier and Type | Method and Description |
---|---|
abstract long |
accountId() |
abstract int |
cidr() |
static Network |
create(long accountId,
long id,
int cidr,
String networkIdentifier,
String name,
String notes,
List<Subnet> subnets) |
abstract long |
id() |
abstract String |
name() |
abstract String |
networkIdentifier() |
abstract String |
notes() |
abstract List<Subnet> |
subnets() |
public abstract long accountId()
public abstract long id()
public abstract int cidr()
public abstract String networkIdentifier()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.