org.jclouds.trmk.vcloud_0_8.domain
Interface Catalog

All Superinterfaces:
Comparable<ReferenceType>, Map<String,ReferenceType>, ReferenceType
All Known Implementing Classes:
CatalogImpl

public interface Catalog
extends ReferenceType, Map<String,ReferenceType>

Author:
Adrian Cole

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 String getDescription()
          optional description
 
Methods inherited from interface org.jclouds.trmk.vcloud_0_8.domain.ReferenceType
getHref, getName, getType
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getDescription

@Nullable
String getDescription()
optional description

Since:
vcloud api 0.8


Copyright © 2009-2011 jclouds. All Rights Reserved.