public class OrgNetworkImpl extends ReferenceTypeImpl implements OrgNetwork
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OrgNetworkImpl.ConfigurationImpl  | 
OrgNetwork.Configuration| Constructor and Description | 
|---|
OrgNetworkImpl(String name,
              String type,
              URI id,
              ReferenceType org,
              String description,
              Iterable<Task> tasks,
              OrgNetwork.Configuration configuration,
              ReferenceType networkPool,
              Iterable<String> allowedExternalIpAddresses)  | 
| 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. 
 | 
com.google.common.base.Objects.ToStringHelper | 
string()  | 
compareTo, equals, getHref, getName, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHref, getName, getTypecompareTopublic OrgNetworkImpl(String name, String type, URI id, @Nullable ReferenceType org, @Nullable String description, Iterable<Task> tasks, OrgNetwork.Configuration configuration, @Nullable ReferenceType networkPool, Iterable<String> allowedExternalIpAddresses)
public ReferenceType getOrg()
getOrg in interface OrgNetworkpublic String getDescription()
getDescription in interface OrgNetworkpublic List<Task> getTasks()
getTasks in interface OrgNetworkpublic OrgNetwork.Configuration getConfiguration()
getConfiguration in interface OrgNetworkpublic ReferenceType getNetworkPool()
getNetworkPool in interface OrgNetworkpublic Set<String> getAllowedExternalIpAddresses()
getAllowedExternalIpAddresses in interface OrgNetworkpublic com.google.common.base.Objects.ToStringHelper string()
string in class ReferenceTypeImplCopyright © 2009-2013 jclouds. All Rights Reserved.