com.collation.platform.model.topology.dev.veritas
Interface VeritasDiskGroup
- All Superinterfaces:
- Collection, ManagedElement, ModelObject, java.io.Serializable
public interface VeritasDiskGroup
- extends Collection
Veritas DiskGroup is a set of VM disks. It is a logical unit
that groups together a set of VM disks. The storage capacity
that compromises a single volume must be allocated from within a
single disk group.
- Naming Rules:
- 0="service,diskGroupID"
- 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 |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getService
VeritasStorageService getService()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains" reverse="true"
setService
void setService(VeritasStorageService x)
hasService
boolean hasService()
getDiskGroupID
java.lang.String getDiskGroupID()
throws AttributeNotSetException
- Uniqe ID of the DiskGroup. The DGID is used in the control and
management of disk groups.
- Throws:
AttributeNotSetException
setDiskGroupID
void setDiskGroupID(java.lang.String x)
hasDiskGroupID
boolean hasDiskGroupID()
getDisks
VeritasVMDisk[] getDisks()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.MemberOf" reverse="true"
setDisks
void setDisks(VeritasVMDisk[] x)
hasDisks
boolean hasDisks()