|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.domain.internal.ReferenceTypeImpl
org.jclouds.vcloud.domain.internal.OrgImpl
public class OrgImpl
Locations of resources in vCloud
| Constructor Summary | |
|---|---|
OrgImpl(String name,
String type,
URI id,
String fullName,
String description,
Map<String,ReferenceType> catalogs,
Map<String,ReferenceType> vdcs,
Map<String,ReferenceType> networks,
ReferenceType tasksList,
Iterable<Task> tasks)
|
|
| Method Summary | |
|---|---|
int |
compareTo(ReferenceType o)
|
boolean |
equals(Object obj)
|
Map<String,ReferenceType> |
getCatalogs()
|
String |
getDescription()
optional description |
String |
getFullName()
full name of the organization |
Map<String,ReferenceType> |
getNetworks()
|
List<Task> |
getTasks()
read‐only container for Task elements. |
ReferenceType |
getTasksList()
If there are any queued, running, or recently completed tasks owned by a member of the organization, it also contains a TasksList. |
Map<String,ReferenceType> |
getVDCs()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.jclouds.vcloud.domain.internal.ReferenceTypeImpl |
|---|
getHref, getName, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jclouds.vcloud.domain.ReferenceType |
|---|
getHref, getName, getType |
| Constructor Detail |
|---|
public OrgImpl(String name,
String type,
URI id,
String fullName,
String description,
Map<String,ReferenceType> catalogs,
Map<String,ReferenceType> vdcs,
Map<String,ReferenceType> networks,
@Nullable
ReferenceType tasksList,
Iterable<Task> tasks)
| Method Detail |
|---|
public String getFullName()
Org
getFullName in interface Orgpublic String getDescription()
Org
getDescription in interface Orgpublic Map<String,ReferenceType> getCatalogs()
getCatalogs in interface Orgpublic Map<String,ReferenceType> getVDCs()
getVDCs in interface Orgpublic Map<String,ReferenceType> getNetworks()
getNetworks in interface Orgpublic ReferenceType getTasksList()
Org
getTasksList in interface Orgpublic List<Task> getTasks()
Org
getTasks in interface Orgpublic int hashCode()
hashCode in class ReferenceTypeImplpublic boolean equals(Object obj)
equals in class ReferenceTypeImplpublic int compareTo(ReferenceType o)
compareTo in interface Comparable<ReferenceType>compareTo in class ReferenceTypeImplpublic String toString()
toString in class ReferenceTypeImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||