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
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 |
getCapabilities
Capability[] getCapabilities()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCapabilities
void setCapabilities(Capability[] list)
hasCapabilities
boolean hasCapabilities()