com.collation.platform.model.topology.storage
Interface StoragePool
- All Superinterfaces:
- ConfigurationItem, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface StoragePool
- extends LogicalElement, ConfigurationItem
A pool of StorageVolumes.
- Naming Rules:
- 0="ansiT10Id"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- STORPOOL
- Top Level:
- true
- Display Name:
- ansiT10Id
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 |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getVirtual
boolean getVirtual()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setVirtual
void setVirtual(boolean x)
hasVirtual
boolean hasVirtual()
getStorageSubSystem
StorageSubSystem getStorageSubSystem()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ControlledBy" reverse="false"
setStorageSubSystem
void setStorageSubSystem(StorageSubSystem x)
hasStorageSubSystem
boolean hasStorageSubSystem()
getAnsiT10Id
java.lang.String getAnsiT10Id()
throws AttributeNotSetException
- This is a unique storage ID. Typically this is used to
identify resources like DiskDrive, TapeDrive, StoragePool,
TapeLibary, StorageSubSystem, etc. Note - A storage subsystem
is a computer system.
- Throws:
AttributeNotSetException
setAnsiT10Id
void setAnsiT10Id(java.lang.String id)
hasAnsiT10Id
boolean hasAnsiT10Id()
getMembers
StorageVolume[] getMembers()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.MemberOf"
reverse="true"
setMembers
void setMembers(StorageVolume[] volumes)
hasMembers
boolean hasMembers()
getRaidLevel
java.lang.String getRaidLevel()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRaidLevel
void setRaidLevel(java.lang.String level)
hasRaidLevel
boolean hasRaidLevel()
getTotalAvailableSpace
long getTotalAvailableSpace()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTotalAvailableSpace
void setTotalAvailableSpace(long space)
hasTotalAvailableSpace
boolean hasTotalAvailableSpace()
getTotalManagedSpace
long getTotalManagedSpace()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTotalManagedSpace
void setTotalManagedSpace(long space)
hasTotalManagedSpace
boolean hasTotalManagedSpace()
getRemainingManagedSpace
long getRemainingManagedSpace()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRemainingManagedSpace
void setRemainingManagedSpace(long space)
hasRemainingManagedSpace
boolean hasRemainingManagedSpace()
getCapacity
long getCapacity()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCapacity
void setCapacity(long capacity)
hasCapacity
boolean hasCapacity()