public class VDCImpl extends ReferenceTypeImpl implements VDC
| Constructor and Description | 
|---|
VDCImpl(String name,
       String type,
       URI href,
       String description,
       ReferenceType catalog,
       ReferenceType publicIps,
       ReferenceType internetServices,
       Map<String,ReferenceType> resourceEntities,
       Map<String,ReferenceType> availableNetworks)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
Map<String,ReferenceType> | 
getAvailableNetworks()
container for OrgNetwork elements that represent organization networks
 contained by the vDC 
 | 
ReferenceType | 
getCatalog()  | 
String | 
getDescription()  | 
ReferenceType | 
getInternetServices()  | 
ReferenceType | 
getPublicIps()  | 
Map<String,ReferenceType> | 
getResourceEntities()
container for ResourceEntity elements 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
compareTo, getHref, getName, getTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHref, getName, getTypecompareTopublic VDCImpl(String name, String type, URI href, @Nullable String description, ReferenceType catalog, ReferenceType publicIps, ReferenceType internetServices, Map<String,ReferenceType> resourceEntities, Map<String,ReferenceType> availableNetworks)
public String getDescription()
getDescription in interface VDCpublic ReferenceType getCatalog()
getCatalog in interface VDCpublic ReferenceType getPublicIps()
getPublicIps in interface VDCpublic ReferenceType getInternetServices()
getInternetServices in interface VDCpublic Map<String,ReferenceType> getResourceEntities()
VDCgetResourceEntities in interface VDCpublic Map<String,ReferenceType> getAvailableNetworks()
VDCgetAvailableNetworks in interface VDCpublic int hashCode()
hashCode in class ReferenceTypeImplpublic boolean equals(Object obj)
equals in class ReferenceTypeImplpublic String toString()
toString in class ReferenceTypeImplCopyright © 2009-2013 jclouds. All Rights Reserved.