|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.amp.DeviceMetaInfo
public class DeviceMetaInfo
This represents the data that would be returned from
Commands.getDeviceMetaInfo(DeviceContext)
. Objects of this class
are automatically instantiated by that getDeviceMetaInfo
method.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2009_2013
|
Constructor Summary | |
---|---|
DeviceMetaInfo(java.lang.String deviceName,
java.lang.String serialNumber,
java.lang.String currentAMPVersion,
ModelType modelType,
java.lang.String hardwareOptions,
int guiPort,
DeviceType deviceType,
java.lang.String firmwareLevel,
StringCollection featureLicenses)
Construct a new DeviceMetaInfo object. |
|
DeviceMetaInfo(java.lang.String deviceName,
java.lang.String serialNumber,
java.lang.String currentAMPVersion,
ModelType modelType,
java.lang.String hardwareOptions,
int guiPort,
DeviceType deviceType,
java.lang.String firmwareLevel,
StringCollection featureLicenses,
int[] supportedCommands)
|
|
DeviceMetaInfo(java.lang.String deviceName,
java.lang.String serialNumber,
java.lang.String currentAMPVersion,
ModelType modelType,
java.lang.String hardwareOptions,
int guiPort,
DeviceType deviceType,
java.lang.String firmwareLevel,
StringCollection featureLicenses,
int[] supportedCommands,
java.lang.String secureBackup)
|
Method Summary | |
---|---|
java.lang.String |
getCurrentAMPVersion()
Get the current AMP version. |
java.lang.String |
getDeviceName()
Get the name of the device. |
DeviceType |
getDeviceType()
Get the type of the device. |
StringCollection |
getFeatureLicenses()
Get the list features that this device is licensed for. |
java.lang.String |
getFirmwareLevel()
Get the level of the firmware that is currently running on the device. |
java.lang.String |
getHardwareOptions()
Get the options configured in the Datapower hardware |
ModelType |
getModelType()
Get the version of the Datapower hardware |
java.lang.String |
getSecurebackup()
Get the status of secure backup. |
java.lang.String |
getSerialNumber()
Get the serial number of this device. |
int[] |
getSupportedCommands()
Get the list of commands that this device supports. |
int |
getWebGUIPort()
Get the port that accepts WebGUI connections. |
java.lang.String |
toString()
Get a String representation of this object for the purpose of debugging and tracing. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT_2009_2013
Constructor Detail |
---|
public DeviceMetaInfo(java.lang.String deviceName, java.lang.String serialNumber, java.lang.String currentAMPVersion, ModelType modelType, java.lang.String hardwareOptions, int guiPort, DeviceType deviceType, java.lang.String firmwareLevel, StringCollection featureLicenses)
Commands.getDeviceMetaInfo(DeviceContext)
.
deviceName
- name of the device. This is not the hostname nor the IP
address. It is the System Identifier stored in the device. For
more information, refer to getDeviceName()
.serialNumber
- serial number of the devicemodelType
- version of the Datapower hardware (9002, 9003, etc).guiPort
- the device's port that accepts WebGUI connectionsdeviceType
- the type of the devicefeatureLicenses
- the features that this device is licensed forpublic DeviceMetaInfo(java.lang.String deviceName, java.lang.String serialNumber, java.lang.String currentAMPVersion, ModelType modelType, java.lang.String hardwareOptions, int guiPort, DeviceType deviceType, java.lang.String firmwareLevel, StringCollection featureLicenses, int[] supportedCommands, java.lang.String secureBackup)
public DeviceMetaInfo(java.lang.String deviceName, java.lang.String serialNumber, java.lang.String currentAMPVersion, ModelType modelType, java.lang.String hardwareOptions, int guiPort, DeviceType deviceType, java.lang.String firmwareLevel, StringCollection featureLicenses, int[] supportedCommands)
Method Detail |
---|
public java.lang.String getSerialNumber()
Notification.getDeviceSerialNumber()
public java.lang.String getDeviceName()
Device.getSymbolicName()
.
It is the System Identifier in the System Settings, which is a
symbolic name used for functions like SNMP and is stored on the
device.public ModelType getModelType()
public java.lang.String getHardwareOptions()
public int getWebGUIPort()
public DeviceType getDeviceType()
public java.lang.String getFirmwareLevel()
public StringCollection getFeatureLicenses()
public int[] getSupportedCommands()
public java.lang.String getCurrentAMPVersion()
public java.lang.String getSecurebackup()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |