Class CIM_CLPSettingData
extends CIM_SettingData

A representation of the SettingData of a CLProtocol. The relationship between the SettingData and the CLP Service is described by instantiating the ProvidesEndpoint association, with an association to the transport (TelnetProtocolEndpoint or SSHProtocolEndpoint) with a BindsTo association.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_CLPSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA representation of the SettingData of a CLProtocol. The relationship between the SettingData and the CLP Service is described by instantiating the ProvidesEndpoint association, with an association to the transport (TelnetProtocolEndpoint or SSHProtocolEndpoint) with a BindsTo association.
UMLPackagePathstringCIM::Network::ProtocolEndpoints
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
CurrentDefaultTargetstring
DescriptionstringIdentifies the initial Current Default Target when a CLP Session is established. The Current Default Target is the CLP session environment setting that establishes a default base address for all command targets that are expressed as a relative target address and is used as the command target if no command target is specified in a command. The CLP specification requires this value to be fixed at the root of the address space being managed. Therefore this value does not have a write qualifier.
ModelCorrespondencestringCIM_CLPProtocolEndpoint.CurrentDefaultTarget
DisplayOptionstring
DescriptionstringEstablishes the default value for the display option. The argument string is stored "as-is" without normalization beyond capitalization. The argument string is compliant with the SM CLP command line grammar.
ModelCorrespondencestringCIM_CLPProtocolEndpoint.DisplayOption
Writebooleantrue
KeepTimeuint16
DescriptionstringEstablishes the amount of time in seconds that the CLP Session should retain a CLP command job status. A KeepTime value of zero shall be interpreted to mean keep forever.
ModelCorrespondencestringCIM_CLPProtocolEndpoint.KeepTime
PUnitstringsecond
UnitsstringSeconds
Writebooleantrue
OutputCountuint32
DescriptionstringEstablishes the default CLP Session command output count number when multiple items are returned in the output as described in SM CLP Specification, DMTF document DSP0214. The value 0xFFFFFFFF shall be interpreted to mean that all items are to be returned. The maximum value for the count number is determined by the class of the target.
ModelCorrespondencestringCIM_CLPProtocolEndpoint.OutputCount
Writebooleantrue
OutputFormatuint16
DescriptionstringOutputFormat establishes the default CLP Session command output format, as described in SM CLP Specification, DMTF document DSP0214.
ModelCorrespondencestringCIM_CLPProtocolEndpoint.OutputFormat
ValueMapstring2, 3, 4, 5, .., 0x8000..0xFFFF
ValuesstringText, clpcsv, Keyword, clpxml, DMTF Reserved, Vendor Reserved
Writebooleantrue
OutputLanguagestring
DescriptionstringEstablishes the default CLP Session command output language. As described in SM CLP Specification, DMTF document DSP0214, the language value is a 3-character string identifier of language as specified in ISO 639.2; "eng" is the default.
Writebooleantrue
OutputOrderuint16
DescriptionstringOutputOrder establishes the default CLP Session command output order when multiple items are returned in the command output as described in SM CLP Specification, DMTF document DSP0214.
ModelCorrespondencestringCIM_CLPProtocolEndpoint.OutputOrder
ValueMapstring2, 3, .., 0x8000..0xFFFF
ValuesstringDefault, Reverse, DMTF Reserved, Vendor Reserved
Writebooleantrue
OutputPositionuint16
DescriptionstringOutputPosition establishes the default CLP Session command output beginning position when multiple items are returned in the command output, as described in SM CLP Specification, DMTF document DSP0214.
ModelCorrespondencestringCIM_CLPProtocolEndpoint.OutputPosition
ValueMapstring2, 3, .., 0x8000..0xFFFF
ValuesstringBegin, End, DMTF Reserved, Vendor Reserved
Writebooleantrue
OutputVerbosityuint16
DescriptionstringOutputVerbosity establishes the default CLP Session output level of detail, as described in SM CLP Specification, DMTF document DSP0214.
ModelCorrespondencestringCIM_CLPProtocolEndpoint.OutputVerbosity
ValueMapstring2, 3, 4, .., 0x8000..0xFFFF
ValuesstringError, Terse, Verbose, DMTF Reserved, Vendor Reserved
Writebooleantrue
WaitBehaviorboolean
DescriptionstringWhen TRUE the CLP Session will not return a command response until all spawned jobs have completed, otherwise it may.
ModelCorrespondencestringCIM_CLPProtocolEndpoint.WaitBehavior
Writebooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
InstanceIDstringCIM_SettingData

Class Methods