|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType
org.jclouds.vcloud.director.v1_5.domain.query.QueryResultVAppTemplateRecord
public class QueryResultVAppTemplateRecord
Represents the results from a VAppTemplate vCloud query as a record.
<complexType name="QueryResultVAppTemplateRecordType" />
| Nested Class Summary | |
|---|---|
static class |
QueryResultVAppTemplateRecord.Builder<B extends QueryResultVAppTemplateRecord.Builder<B>>
|
| Method Summary | |
|---|---|
static QueryResultVAppTemplateRecord.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
String |
get()
Organization reference or id |
String |
getCatalogName()
Catalog name. |
Date |
getCreationDate()
Creation date |
String |
getName()
Gets the value of the name property. |
String |
getOwnerName()
Owner name. |
String |
getStatus()
Vapp template status |
String |
getVdc()
vDC reference or id |
String |
getVdcName()
vDC name |
int |
hashCode()
|
Boolean |
isBusy()
Shows whether it is busy |
Boolean |
isDeployed()
Shows whether it is deployed |
Boolean |
isEnabled()
Shows whether vDC is enabled |
Boolean |
isGoldMaster()
Shows whether Vapp template is marked as a gold master |
boolean |
isPublished()
Shows whether it is in published catalog. |
com.google.common.base.Objects.ToStringHelper |
string()
|
QueryResultVAppTemplateRecord.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType |
|---|
getHref, getId, getLinks, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static QueryResultVAppTemplateRecord.Builder<?> builder()
public QueryResultVAppTemplateRecord.Builder<?> toBuilder()
toBuilder in class QueryResultRecordTypepublic String getOwnerName()
public String getCatalogName()
public boolean isPublished()
public String getName()
Stringpublic String getVdc()
public String getVdcName()
public String get()
public Date getCreationDate()
public Boolean isBusy()
public Boolean isGoldMaster()
public Boolean isEnabled()
public String getStatus()
public Boolean isDeployed()
public boolean equals(Object o)
equals in class QueryResultRecordTypepublic int hashCode()
hashCode in class QueryResultRecordTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class QueryResultRecordType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||