org.jclouds.trmk.vcloud_0_8.domain
Interface CatalogItem

All Superinterfaces:
Comparable<ReferenceType>, ReferenceType
All Known Implementing Classes:
CatalogItemImpl

public interface CatalogItem
extends ReferenceType

Author:
Adrian Cole

Method Summary
 ReferenceType getComputeOptions()
           
 ReferenceType getCustomizationOptions()
           
 String getDescription()
           
 ReferenceType getEntity()
           
 Map<String,String> getProperties()
           
 
Methods inherited from interface org.jclouds.trmk.vcloud_0_8.domain.ReferenceType
getHref, getName, getType
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDescription

String getDescription()

getEntity

ReferenceType getEntity()

getProperties

Map<String,String> getProperties()

getComputeOptions

ReferenceType getComputeOptions()

getCustomizationOptions

ReferenceType getCustomizationOptions()


Copyright © 2009-2012 jclouds. All Rights Reserved.