|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StorageExtent
Describes the characteristics of a storage space
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
BasedOnExtent[] |
getBasedOn()
The relationship of this extent to underlying extents |
long |
getBlockSize()
Blocksize in bytes |
long |
getCapacity()
Deprecated. Deprecated, not CIM compliant |
ProtocolController |
getController()
|
java.lang.String |
getDeviceID()
The name of the device associated with this extent e.g. |
long |
getFreeSpace()
Deprecated. Deprecated, not CIM compliant |
java.lang.String |
getName()
|
long |
getNumOfBlocks()
Number of blocks on the extent |
ComputerSystem |
getParent()
|
RealizesExtent |
getRealizedBy()
The relationship of this extent to physical media, if any |
boolean |
getVirtual()
|
boolean |
hasBasedOn()
|
boolean |
hasBlockSize()
|
boolean |
hasCapacity()
|
boolean |
hasController()
|
boolean |
hasDeviceID()
|
boolean |
hasFreeSpace()
|
boolean |
hasName()
|
boolean |
hasNumOfBlocks()
|
boolean |
hasParent()
|
boolean |
hasRealizedBy()
|
boolean |
hasVirtual()
|
void |
setBasedOn(BasedOnExtent[] basedOn)
|
void |
setBlockSize(long blocksize)
|
void |
setCapacity(long l)
|
void |
setController(ProtocolController x)
|
void |
setDeviceID(java.lang.String deviceName)
|
void |
setFreeSpace(long freeSpace)
|
void |
setName(java.lang.String name)
|
void |
setNumOfBlocks(long blocksize)
|
void |
setParent(ComputerSystem parent)
|
void |
setRealizedBy(RealizesExtent realizes)
|
void |
setVirtual(boolean x)
|
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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
boolean getVirtual() throws AttributeNotSetException
AttributeNotSetException
void setVirtual(boolean x)
boolean hasVirtual()
ProtocolController getController() throws AttributeNotSetException
AttributeNotSetException
void setController(ProtocolController x)
boolean hasController()
ComputerSystem getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(ComputerSystem parent)
boolean hasParent()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String name)
boolean hasName()
long getBlockSize() throws AttributeNotSetException
AttributeNotSetException
void setBlockSize(long blocksize)
boolean hasBlockSize()
long getNumOfBlocks() throws AttributeNotSetException
AttributeNotSetException
void setNumOfBlocks(long blocksize)
boolean hasNumOfBlocks()
java.lang.String getDeviceID() throws AttributeNotSetException
AttributeNotSetException
void setDeviceID(java.lang.String deviceName)
boolean hasDeviceID()
BasedOnExtent[] getBasedOn() throws AttributeNotSetException
AttributeNotSetException
void setBasedOn(BasedOnExtent[] basedOn)
boolean hasBasedOn()
RealizesExtent getRealizedBy() throws AttributeNotSetException
AttributeNotSetException
void setRealizedBy(RealizesExtent realizes)
boolean hasRealizedBy()
long getCapacity() throws AttributeNotSetException
AttributeNotSetException
void setCapacity(long l)
boolean hasCapacity()
long getFreeSpace() throws AttributeNotSetException
AttributeNotSetException
void setFreeSpace(long freeSpace)
boolean hasFreeSpace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |