|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrgNetwork
A vDC is a deployment environment for vApps. A Vdc element provides a user view of a vDC.
Nested Class Summary | |
---|---|
static interface |
OrgNetwork.Configuration
The Configuration element specifies properties of a network. |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.jclouds.vcloud.domain.ReferenceType |
---|
getHref, getName, getType |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
@Nullable ReferenceType getOrg()
@Nullable String getDescription()
List<Task> getTasks()
OrgNetwork.Configuration getConfiguration()
@Nullable ReferenceType getNetworkPool()
Set<String> getAllowedExternalIpAddresses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |