|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComputerSystem
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getArchitecture()
|
boolean |
getAutoStart()
In the circumstances where the Computer System environment supports this function (such as in Virtualization), AutoStart represents whether or not the instance is automatically started under particular circumstances. |
java.lang.String |
getCdpDeviceId()
|
ComputerSystem[] |
getChildSystem()
|
LogicalContent[] |
getConfigContents()
|
Controller[] |
getControllers()
The set of device controllers (e.g. |
CPU |
getCPU()
|
int |
getCPUCoresEnabled()
|
int |
getCPUCoresInstalled()
|
int |
getCPUDiesEnabled()
|
int |
getCPUDiesInstalled()
|
long |
getCPUSpeed()
|
java.lang.String |
getCPUType()
|
MediaAccessDevice[] |
getDevices()
The set of MediaAccessDevices (e.g. |
FCPort[] |
getFCPorts()
The set of Fibre Channel SAN ports present on the system |
FileSystem[] |
getFileSystems()
|
java.lang.String |
getFqdn()
|
Function[] |
getFunctions()
The set of Functions implemented by this computer system (e.g. |
ComputerSystem |
getHostSystem()
The computer system from which the parts of this virtual computer system are taken. |
IpInterface[] |
getIpInterfaces()
The set of IP interfaces configured on the system |
boolean |
getIsVMIDanLPAR()
|
L2Interface[] |
getL2Interfaces()
The set of layer 2 networking interfaces that are present on the system |
java.lang.String |
getManufacturer()
|
Memory |
getMemory()
|
long |
getMemorySize()
|
java.lang.String |
getModel()
|
java.lang.String |
getName()
|
int |
getNumCPUs()
|
OperatingSystem[] |
getOSInstalled()
|
OperatingSystem |
getOSRunning()
|
PhysicalPackage |
getPhysicalPackage()
Deprecated. |
java.lang.String |
getPrimaryMACAddress()
|
int |
getProcessCapacityUnits()
The units in which the ProcessingCapacity attribute's value are expressed. |
float |
getProcessingCapacity()
A specification of the processing capacity of this computer system, including all of the CPUs assigned to it. |
ProtocolController[] |
getProtocolControllers()
The set of protocol controllers (e.g. |
java.lang.String |
getROMVersion()
|
java.lang.String |
getSerialNumber()
|
java.lang.String |
getSignature()
|
SiteInfo |
getSiteInfo()
|
SnmpSystemGroup |
getSnmpSystemGroup()
|
java.lang.String |
getSystemBoardUUID()
|
java.lang.String |
getSystemId()
|
java.lang.String |
getType()
|
boolean |
getVirtual()
|
java.lang.String |
getVMID()
The VMID is a unique identifier for the virtual machine. |
ZReportFile[] |
getZReportfiles()
|
boolean |
hasArchitecture()
|
boolean |
hasAutoStart()
|
boolean |
hasCdpDeviceId()
|
boolean |
hasChildSystem()
|
boolean |
hasConfigContents()
|
boolean |
hasControllers()
|
boolean |
hasCPU()
|
boolean |
hasCPUCoresEnabled()
|
boolean |
hasCPUCoresInstalled()
|
boolean |
hasCPUDiesEnabled()
|
boolean |
hasCPUDiesInstalled()
|
boolean |
hasCPUSpeed()
|
boolean |
hasCPUType()
|
boolean |
hasDevices()
|
boolean |
hasFCPorts()
|
boolean |
hasFileSystems()
|
boolean |
hasFqdn()
|
boolean |
hasFunctions()
|
boolean |
hasHostSystem()
|
boolean |
hasIpInterfaces()
|
boolean |
hasIsVMIDanLPAR()
|
boolean |
hasL2Interfaces()
|
boolean |
hasManufacturer()
|
boolean |
hasMemory()
|
boolean |
hasMemorySize()
|
boolean |
hasModel()
|
boolean |
hasName()
|
boolean |
hasNumCPUs()
|
boolean |
hasOSInstalled()
|
boolean |
hasOSRunning()
|
boolean |
hasPhysicalPackage()
|
boolean |
hasPrimaryMACAddress()
|
boolean |
hasProcessCapacityUnits()
|
boolean |
hasProcessingCapacity()
|
boolean |
hasProtocolControllers()
|
boolean |
hasROMVersion()
|
boolean |
hasSerialNumber()
|
boolean |
hasSignature()
|
boolean |
hasSiteInfo()
|
boolean |
hasSnmpSystemGroup()
|
boolean |
hasSystemBoardUUID()
|
boolean |
hasSystemId()
|
boolean |
hasType()
|
boolean |
hasVirtual()
|
boolean |
hasVMID()
|
boolean |
hasZReportfiles()
|
void |
setArchitecture(java.lang.String arch)
|
void |
setAutoStart(boolean x)
|
void |
setCdpDeviceId(java.lang.String id)
|
void |
setChildSystem(ComputerSystem[] x)
|
void |
setConfigContents(LogicalContent[] contents)
|
void |
setControllers(Controller[] controllers)
|
void |
setCPU(CPU c)
|
void |
setCPUCoresEnabled(int i)
|
void |
setCPUCoresInstalled(int i)
|
void |
setCPUDiesEnabled(int i)
|
void |
setCPUDiesInstalled(int i)
|
void |
setCPUSpeed(long l)
|
void |
setCPUType(java.lang.String s)
|
void |
setDevices(MediaAccessDevice[] devices)
|
void |
setFCPorts(FCPort[] fcps)
|
void |
setFileSystems(FileSystem[] fileSystems)
|
void |
setFqdn(java.lang.String s)
|
void |
setFunctions(Function[] functions)
|
void |
setHostSystem(ComputerSystem host)
|
void |
setIpInterfaces(IpInterface[] ifs)
|
void |
setIsVMIDanLPAR(boolean x)
|
void |
setL2Interfaces(L2Interface[] ifs)
|
void |
setManufacturer(java.lang.String s)
|
void |
setMemory(Memory m)
|
void |
setMemorySize(long l)
|
void |
setModel(java.lang.String s)
|
void |
setName(java.lang.String s)
|
void |
setNumCPUs(int i)
|
void |
setOSInstalled(OperatingSystem[] os)
|
void |
setOSRunning(OperatingSystem os)
|
void |
setPhysicalPackage(PhysicalPackage pkg)
|
void |
setPrimaryMACAddress(java.lang.String mac)
|
void |
setProcessCapacityUnits(int val)
|
void |
setProcessingCapacity(float value)
|
void |
setProtocolControllers(ProtocolController[] controllers)
|
void |
setROMVersion(java.lang.String s)
|
void |
setSerialNumber(java.lang.String s)
|
void |
setSignature(java.lang.String s)
|
void |
setSiteInfo(SiteInfo x)
|
void |
setSnmpSystemGroup(SnmpSystemGroup group)
|
void |
setSystemBoardUUID(java.lang.String guid)
|
void |
setSystemId(java.lang.String s)
|
void |
setType(java.lang.String s)
|
void |
setVirtual(boolean b)
|
void |
setVMID(java.lang.String val)
|
void |
setZReportfiles(ZReportFile[] 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 |
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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
ZReportFile[] getZReportfiles() throws AttributeNotSetException
AttributeNotSetException
void setZReportfiles(ZReportFile[] x)
boolean hasZReportfiles()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String s)
boolean hasName()
java.lang.String getType() throws AttributeNotSetException
AttributeNotSetException
void setType(java.lang.String s)
boolean hasType()
java.lang.String getSystemId() throws AttributeNotSetException
AttributeNotSetException
void setSystemId(java.lang.String s)
boolean hasSystemId()
java.lang.String getSystemBoardUUID() throws AttributeNotSetException
AttributeNotSetException
void setSystemBoardUUID(java.lang.String guid)
boolean hasSystemBoardUUID()
java.lang.String getPrimaryMACAddress() throws AttributeNotSetException
AttributeNotSetException
void setPrimaryMACAddress(java.lang.String mac)
boolean hasPrimaryMACAddress()
boolean getAutoStart() throws AttributeNotSetException
AttributeNotSetException
void setAutoStart(boolean x)
boolean hasAutoStart()
SnmpSystemGroup getSnmpSystemGroup() throws AttributeNotSetException
AttributeNotSetException
void setSnmpSystemGroup(SnmpSystemGroup group)
boolean hasSnmpSystemGroup()
java.lang.String getCdpDeviceId() throws AttributeNotSetException
AttributeNotSetException
- This attribute is Cisco specific and should move to a CiscoComputerSystemvoid setCdpDeviceId(java.lang.String id)
boolean hasCdpDeviceId()
java.lang.String getSignature() throws AttributeNotSetException
AttributeNotSetException
void setSignature(java.lang.String s)
boolean hasSignature()
java.lang.String getFqdn() throws AttributeNotSetException
AttributeNotSetException
void setFqdn(java.lang.String s)
boolean hasFqdn()
java.lang.String getSerialNumber() throws AttributeNotSetException
AttributeNotSetException
void setSerialNumber(java.lang.String s)
boolean hasSerialNumber()
java.lang.String getManufacturer() throws AttributeNotSetException
AttributeNotSetException
void setManufacturer(java.lang.String s)
boolean hasManufacturer()
java.lang.String getModel() throws AttributeNotSetException
AttributeNotSetException
void setModel(java.lang.String s)
boolean hasModel()
long getMemorySize() throws AttributeNotSetException
AttributeNotSetException
void setMemorySize(long l)
boolean hasMemorySize()
java.lang.String getROMVersion() throws AttributeNotSetException
AttributeNotSetException
void setROMVersion(java.lang.String s)
boolean hasROMVersion()
int getNumCPUs() throws AttributeNotSetException
AttributeNotSetException
void setNumCPUs(int i)
boolean hasNumCPUs()
java.lang.String getCPUType() throws AttributeNotSetException
AttributeNotSetException
void setCPUType(java.lang.String s)
boolean hasCPUType()
long getCPUSpeed() throws AttributeNotSetException
AttributeNotSetException
void setCPUSpeed(long l)
boolean hasCPUSpeed()
OperatingSystem[] getOSInstalled() throws AttributeNotSetException
AttributeNotSetException
void setOSInstalled(OperatingSystem[] os)
boolean hasOSInstalled()
OperatingSystem getOSRunning() throws AttributeNotSetException
AttributeNotSetException
void setOSRunning(OperatingSystem os)
boolean hasOSRunning()
FileSystem[] getFileSystems() throws AttributeNotSetException
AttributeNotSetException
void setFileSystems(FileSystem[] fileSystems)
boolean hasFileSystems()
L2Interface[] getL2Interfaces() throws AttributeNotSetException
AttributeNotSetException
void setL2Interfaces(L2Interface[] ifs)
boolean hasL2Interfaces()
IpInterface[] getIpInterfaces() throws AttributeNotSetException
AttributeNotSetException
void setIpInterfaces(IpInterface[] ifs)
boolean hasIpInterfaces()
FCPort[] getFCPorts() throws AttributeNotSetException
AttributeNotSetException
void setFCPorts(FCPort[] fcps)
boolean hasFCPorts()
PhysicalPackage getPhysicalPackage() throws AttributeNotSetException
AttributeNotSetException
void setPhysicalPackage(PhysicalPackage pkg)
boolean hasPhysicalPackage()
MediaAccessDevice[] getDevices() throws AttributeNotSetException
AttributeNotSetException
void setDevices(MediaAccessDevice[] devices)
boolean hasDevices()
Controller[] getControllers() throws AttributeNotSetException
AttributeNotSetException
void setControllers(Controller[] controllers) throws AttributeNotSetException
AttributeNotSetException
boolean hasControllers()
ProtocolController[] getProtocolControllers() throws AttributeNotSetException
AttributeNotSetException
void setProtocolControllers(ProtocolController[] controllers) throws AttributeNotSetException
AttributeNotSetException
boolean hasProtocolControllers()
Function[] getFunctions() throws AttributeNotSetException
AttributeNotSetException
void setFunctions(Function[] functions)
boolean hasFunctions()
LogicalContent[] getConfigContents() throws AttributeNotSetException
AttributeNotSetException
void setConfigContents(LogicalContent[] contents)
boolean hasConfigContents()
java.lang.String getArchitecture() throws AttributeNotSetException
AttributeNotSetException
void setArchitecture(java.lang.String arch)
boolean hasArchitecture()
boolean getVirtual() throws AttributeNotSetException
AttributeNotSetException
void setVirtual(boolean b)
boolean hasVirtual()
ComputerSystem getHostSystem() throws AttributeNotSetException
AttributeNotSetException
void setHostSystem(ComputerSystem host)
boolean hasHostSystem()
ComputerSystem[] getChildSystem() throws AttributeNotSetException
AttributeNotSetException
void setChildSystem(ComputerSystem[] x)
boolean hasChildSystem()
float getProcessingCapacity() throws AttributeNotSetException
AttributeNotSetException
void setProcessingCapacity(float value)
boolean hasProcessingCapacity()
int getProcessCapacityUnits() throws AttributeNotSetException
AttributeNotSetException
void setProcessCapacityUnits(int val)
boolean hasProcessCapacityUnits()
java.lang.String getVMID() throws AttributeNotSetException
AttributeNotSetException
void setVMID(java.lang.String val)
boolean hasVMID()
int getCPUDiesInstalled() throws AttributeNotSetException
AttributeNotSetException
void setCPUDiesInstalled(int i)
boolean hasCPUDiesInstalled()
int getCPUDiesEnabled() throws AttributeNotSetException
AttributeNotSetException
void setCPUDiesEnabled(int i)
boolean hasCPUDiesEnabled()
int getCPUCoresInstalled() throws AttributeNotSetException
AttributeNotSetException
void setCPUCoresInstalled(int i)
boolean hasCPUCoresInstalled()
int getCPUCoresEnabled() throws AttributeNotSetException
AttributeNotSetException
void setCPUCoresEnabled(int i)
boolean hasCPUCoresEnabled()
CPU getCPU() throws AttributeNotSetException
AttributeNotSetException
void setCPU(CPU c)
boolean hasCPU()
Memory getMemory() throws AttributeNotSetException
AttributeNotSetException
void setMemory(Memory m)
boolean hasMemory()
SiteInfo getSiteInfo() throws AttributeNotSetException
AttributeNotSetException
void setSiteInfo(SiteInfo x)
boolean hasSiteInfo()
boolean getIsVMIDanLPAR() throws AttributeNotSetException
AttributeNotSetException
void setIsVMIDanLPAR(boolean x)
boolean hasIsVMIDanLPAR()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |