org.jclouds.vcloud.director.v1_5.domain.query
Class QueryResultVAppTemplateRecord

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType
      extended by org.jclouds.vcloud.director.v1_5.domain.query.QueryResultVAppTemplateRecord

public class QueryResultVAppTemplateRecord
extends QueryResultRecordType

Represents the results from a VAppTemplate vCloud query as a record.

 <complexType name="QueryResultVAppTemplateRecordType" />
 

Author:
Aled Sage

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

builder

public static QueryResultVAppTemplateRecord.Builder<?> builder()

toBuilder

public QueryResultVAppTemplateRecord.Builder<?> toBuilder()
Overrides:
toBuilder in class QueryResultRecordType

getOwnerName

public String getOwnerName()
Owner name.


getCatalogName

public String getCatalogName()
Catalog name.


isPublished

public boolean isPublished()
Shows whether it is in published catalog.


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

getVdc

public String getVdc()
vDC reference or id


getVdcName

public String getVdcName()
vDC name


get

public String get()
Organization reference or id


getCreationDate

public Date getCreationDate()
Creation date


isBusy

public Boolean isBusy()
Shows whether it is busy


isGoldMaster

public Boolean isGoldMaster()
Shows whether Vapp template is marked as a gold master


isEnabled

public Boolean isEnabled()
Shows whether vDC is enabled


getStatus

public String getStatus()
Vapp template status


isDeployed

public Boolean isDeployed()
Shows whether it is deployed


equals

public boolean equals(Object o)
Overrides:
equals in class QueryResultRecordType

hashCode

public int hashCode()
Overrides:
hashCode in class QueryResultRecordType

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class QueryResultRecordType


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.