|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VCSSystem
VCS nodes host the service groups (managed applications). Each system is connected to networking hardware, and usually also to storage hardware. The systems contain components to provide resilient management of the applications, and start and stop agents. Nodes can be individual systems, or they can be created with domains or partitions on enterprise-class systems.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
int |
getCapacity()
Value expressing total system load capacity. |
VCSCluster |
getCluster()
|
ComputerSystem |
getComputersystem()
|
int |
getLicenseType()
Indicates the license type of the base VCS key used by the system. |
java.lang.String |
getLimits()
An unordered set of name=value pairs denoting resources available on a system. |
VCSHADServer |
getServer()
|
VCSLocalServiceGroup[] |
getServiceGroups()
|
java.lang.String |
getSystemInfo()
Provides platform-specific information, including the name, version, and release of the operating system, the name of the system on which it is running, and the hardware type. |
java.lang.String |
getSystemLocation()
Indicates the location of the system. |
java.lang.String |
getSystemName()
Indicates the system name. |
java.lang.String |
getSystemOwner()
This attribute is used for VCS email notification and logging. |
int |
getSystemState()
Indicates system states, such as RUNNING, FAULTED, EXITED, etc. |
boolean |
hasCapacity()
|
boolean |
hasCluster()
|
boolean |
hasComputersystem()
|
boolean |
hasLicenseType()
|
boolean |
hasLimits()
|
boolean |
hasServer()
|
boolean |
hasServiceGroups()
|
boolean |
hasSystemInfo()
|
boolean |
hasSystemLocation()
|
boolean |
hasSystemName()
|
boolean |
hasSystemOwner()
|
boolean |
hasSystemState()
|
void |
setCapacity(int x)
|
void |
setCluster(VCSCluster x)
|
void |
setComputersystem(ComputerSystem x)
|
void |
setLicenseType(int x)
|
void |
setLimits(java.lang.String x)
|
void |
setServer(VCSHADServer x)
|
void |
setServiceGroups(VCSLocalServiceGroup[] x)
|
void |
setSystemInfo(java.lang.String x)
|
void |
setSystemLocation(java.lang.String x)
|
void |
setSystemName(java.lang.String x)
|
void |
setSystemOwner(java.lang.String x)
|
void |
setSystemState(int 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 |
---|
VCSCluster getCluster() throws AttributeNotSetException
AttributeNotSetException
void setCluster(VCSCluster x)
boolean hasCluster()
java.lang.String getLimits() throws AttributeNotSetException
AttributeNotSetException
void setLimits(java.lang.String x)
boolean hasLimits()
java.lang.String getSystemOwner() throws AttributeNotSetException
AttributeNotSetException
void setSystemOwner(java.lang.String x)
boolean hasSystemOwner()
ComputerSystem getComputersystem() throws AttributeNotSetException
AttributeNotSetException
void setComputersystem(ComputerSystem x)
boolean hasComputersystem()
java.lang.String getSystemName() throws AttributeNotSetException
AttributeNotSetException
void setSystemName(java.lang.String x)
boolean hasSystemName()
java.lang.String getSystemLocation() throws AttributeNotSetException
AttributeNotSetException
void setSystemLocation(java.lang.String x)
boolean hasSystemLocation()
int getLicenseType() throws AttributeNotSetException
AttributeNotSetException
void setLicenseType(int x)
boolean hasLicenseType()
int getSystemState() throws AttributeNotSetException
AttributeNotSetException
void setSystemState(int x)
boolean hasSystemState()
java.lang.String getSystemInfo() throws AttributeNotSetException
AttributeNotSetException
void setSystemInfo(java.lang.String x)
boolean hasSystemInfo()
VCSHADServer getServer() throws AttributeNotSetException
AttributeNotSetException
void setServer(VCSHADServer x)
boolean hasServer()
VCSLocalServiceGroup[] getServiceGroups() throws AttributeNotSetException
AttributeNotSetException
void setServiceGroups(VCSLocalServiceGroup[] x)
boolean hasServiceGroups()
int getCapacity() throws AttributeNotSetException
AttributeNotSetException
void setCapacity(int x)
boolean hasCapacity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |