public interface OrgNetwork extends ReferenceType
Modifier and Type | Interface and Description |
---|---|
static interface |
OrgNetwork.Configuration
The Configuration element specifies properties of a network.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAllowedExternalIpAddresses()
list of external IP addresses that this network can use for NAT.
|
OrgNetwork.Configuration |
getConfiguration() |
String |
getDescription()
optional description
|
ReferenceType |
getNetworkPool()
A reference the network pool from which this network is provisioned.
|
ReferenceType |
getOrg()
The org this network belongs to.
|
List<Task> |
getTasks()
read‐only container for Task elements.
|
getHref, getName, getType
compareTo
@Nullable ReferenceType getOrg()
List<Task> getTasks()
OrgNetwork.Configuration getConfiguration()
@Nullable ReferenceType getNetworkPool()
Copyright © 2009-2012 jclouds. All Rights Reserved.