com.collation.platform.model.topology.storage
Interface StorageCollection

All Superinterfaces:
Collection, ManagedElement, ModelObject, java.io.Serializable

public interface StorageCollection
extends Collection

A collection of storage resources in the customer's environment. This collection exhibits the capabilities tied to the collection using the "advertises" relationship (and represented by the "capabilities" attribute). Note that a single storage collection can represent many different capabilities at the same time.

Persistable:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.Collection
IBM_COPYRIGHT
 
Method Summary
 Capability[] getCapabilities()
           
 boolean hasCapabilities()
           
 void setCapabilities(Capability[] list)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.Collection
getActive, getMembers, getName, hasActive, hasMembers, hasName, setActive, setMembers, setName
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
Methods inherited from interface com.collation.platform.model.ModelObject
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken
 

Method Detail

getCapabilities

Capability[] getCapabilities()
                             throws AttributeNotSetException
Throws:
AttributeNotSetException

setCapabilities

void setCapabilities(Capability[] list)

hasCapabilities

boolean hasCapabilities()