|
||||||||||
| 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
AttributeNotSetExceptionvoid setZReportfiles(ZReportFile[] x)
boolean hasZReportfiles()
java.lang.String getName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setName(java.lang.String s)
boolean hasName()
java.lang.String getType()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setType(java.lang.String s)
boolean hasType()
java.lang.String getSystemId()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSystemId(java.lang.String s)
boolean hasSystemId()
java.lang.String getSystemBoardUUID()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSystemBoardUUID(java.lang.String guid)
boolean hasSystemBoardUUID()
java.lang.String getPrimaryMACAddress()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPrimaryMACAddress(java.lang.String mac)
boolean hasPrimaryMACAddress()
boolean getAutoStart()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAutoStart(boolean x)
boolean hasAutoStart()
SnmpSystemGroup getSnmpSystemGroup()
throws AttributeNotSetException
AttributeNotSetExceptionvoid 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
AttributeNotSetExceptionvoid setSignature(java.lang.String s)
boolean hasSignature()
java.lang.String getFqdn()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setFqdn(java.lang.String s)
boolean hasFqdn()
java.lang.String getSerialNumber()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSerialNumber(java.lang.String s)
boolean hasSerialNumber()
java.lang.String getManufacturer()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setManufacturer(java.lang.String s)
boolean hasManufacturer()
java.lang.String getModel()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setModel(java.lang.String s)
boolean hasModel()
long getMemorySize()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMemorySize(long l)
boolean hasMemorySize()
java.lang.String getROMVersion()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setROMVersion(java.lang.String s)
boolean hasROMVersion()
int getNumCPUs()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setNumCPUs(int i)
boolean hasNumCPUs()
java.lang.String getCPUType()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCPUType(java.lang.String s)
boolean hasCPUType()
long getCPUSpeed()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCPUSpeed(long l)
boolean hasCPUSpeed()
OperatingSystem[] getOSInstalled()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setOSInstalled(OperatingSystem[] os)
boolean hasOSInstalled()
OperatingSystem getOSRunning()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setOSRunning(OperatingSystem os)
boolean hasOSRunning()
FileSystem[] getFileSystems()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setFileSystems(FileSystem[] fileSystems)
boolean hasFileSystems()
L2Interface[] getL2Interfaces()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setL2Interfaces(L2Interface[] ifs)
boolean hasL2Interfaces()
IpInterface[] getIpInterfaces()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setIpInterfaces(IpInterface[] ifs)
boolean hasIpInterfaces()
FCPort[] getFCPorts()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setFCPorts(FCPort[] fcps)
boolean hasFCPorts()
PhysicalPackage getPhysicalPackage()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPhysicalPackage(PhysicalPackage pkg)
boolean hasPhysicalPackage()
MediaAccessDevice[] getDevices()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDevices(MediaAccessDevice[] devices)
boolean hasDevices()
Controller[] getControllers()
throws AttributeNotSetException
AttributeNotSetException
void setControllers(Controller[] controllers)
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasControllers()
ProtocolController[] getProtocolControllers()
throws AttributeNotSetException
AttributeNotSetException
void setProtocolControllers(ProtocolController[] controllers)
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasProtocolControllers()
Function[] getFunctions()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setFunctions(Function[] functions)
boolean hasFunctions()
LogicalContent[] getConfigContents()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setConfigContents(LogicalContent[] contents)
boolean hasConfigContents()
java.lang.String getArchitecture()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setArchitecture(java.lang.String arch)
boolean hasArchitecture()
boolean getVirtual()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setVirtual(boolean b)
boolean hasVirtual()
ComputerSystem getHostSystem()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setHostSystem(ComputerSystem host)
boolean hasHostSystem()
ComputerSystem[] getChildSystem()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setChildSystem(ComputerSystem[] x)
boolean hasChildSystem()
float getProcessingCapacity()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setProcessingCapacity(float value)
boolean hasProcessingCapacity()
int getProcessCapacityUnits()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setProcessCapacityUnits(int val)
boolean hasProcessCapacityUnits()
java.lang.String getVMID()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setVMID(java.lang.String val)
boolean hasVMID()
int getCPUDiesInstalled()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCPUDiesInstalled(int i)
boolean hasCPUDiesInstalled()
int getCPUDiesEnabled()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCPUDiesEnabled(int i)
boolean hasCPUDiesEnabled()
int getCPUCoresInstalled()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCPUCoresInstalled(int i)
boolean hasCPUCoresInstalled()
int getCPUCoresEnabled()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCPUCoresEnabled(int i)
boolean hasCPUCoresEnabled()
CPU getCPU()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCPU(CPU c)
boolean hasCPU()
Memory getMemory()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMemory(Memory m)
boolean hasMemory()
SiteInfo getSiteInfo()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSiteInfo(SiteInfo x)
boolean hasSiteInfo()
boolean getIsVMIDanLPAR()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setIsVMIDanLPAR(boolean x)
boolean hasIsVMIDanLPAR()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||