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, getType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getHref, getName, getType
compareTo
public 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 VDC
public ReferenceType getCatalog()
getCatalog
in interface VDC
public ReferenceType getPublicIps()
getPublicIps
in interface VDC
public ReferenceType getInternetServices()
getInternetServices
in interface VDC
public Map<String,ReferenceType> getResourceEntities()
VDC
getResourceEntities
in interface VDC
public Map<String,ReferenceType> getAvailableNetworks()
VDC
getAvailableNetworks
in interface VDC
public int hashCode()
hashCode
in class ReferenceTypeImpl
public boolean equals(Object obj)
equals
in class ReferenceTypeImpl
public String toString()
toString
in class ReferenceTypeImpl
Copyright © 2009-2012 jclouds. All Rights Reserved.