Class CIM_SSHSettingData
extends CIM_SettingData

A representation of the SettingData of an SSH endpoint.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_SSHSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA representation of the SettingData of an SSH endpoint.
UMLPackagePathstringCIM::Network::ConsoleProtocols
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
Compressionbooleantrue
DescriptionstringIf this property is true, SSH compression is enabled.
Writebooleantrue
EncryptionAlgorithmuint16
DescriptionstringThe encryption algorithm that will be in use if this SettingData is applied.
ModelCorrespondencestringCIM_SSHSettingData.OtherEncryptionAlgorithm, CIM_SSHProtocolEndpoint.EnabledEncryptionAlgorithms
ValueMapstring0, 1, 2, 3, 4, 5, 6, ..
ValuesstringUnknown, Other, DES, DES3, RC4, IDEA, SKIPJACK, DMTF Reserved
Writebooleantrue
ForwardX11booleanfalse
DescriptionstringIf this property is true, the SSH X11 forwarding mode is enabled.
Writebooleantrue
IdleTimeoutuint320
DescriptionstringIdleTimeout specifies how long the connection can be idle before the connection is terminated. The default value, 0, indicates that there is no idle timeout period.
PUnitstringsecond
UnitsstringSeconds
Writebooleantrue
KeepAlivebooleanfalse
DescriptionstringIf this property is true, the SSH keep alive timer is enabled.
Writebooleantrue
OtherEnabledSSHVersionstring
DescriptionstringWhen the EnabledSSHVersions property contains a value of 1, "Other" then this is a free form string providing more information about the SSH protocol. If not set to 1, this string has no meaning.
ModelCorrespondencestringCIM_SSHSettingData.EnabledSSHVersions
Writebooleantrue
OtherEncryptionAlgorithmstring
DescriptionstringIf the EncryptionAlgorithm property is set 1, "Other" then this is a free form string providing more information about the encryption algorithm in use. If not set to 1, this string has no meaning.
ModelCorrespondencestringCIM_SSHSettingData.EncryptionAlgorithm, CIM_SSHSettingData.OtherEnabledEncryptionAlgorithm
Writebooleantrue
SSHVersionuint16
DescriptionstringThe version of SSH that will be in use if this SettingData is applied.
ModelCorrespondencestringCIM_SSHSettingData.OtherSSHVersion, CIM_SSHSettingData.EnabledSSHVersions
ValueMapstring0, 1, 2, 3, .., 32768..65535
ValuesstringUnknown, Other, SSHv1, SSHv2, DMTF Reserved, Vendor Reserved
Writebooleantrue
EnabledEncryptionAlgorithmsuint16[]
ArrayTypestringIndexed
DescriptionstringAn array of integers indicating the encryption algorithms that are enabled for this SSH service. Its possible for an encryption algorithm to be supported and not currently enabled to be used.
ModelCorrespondencestringCIM_SSHSettingData.OtherEnabledEncryptionAlgorithm
ValueMapstring0, 1, 2, 3, 4, 5, 6, .., 32768..65535
ValuesstringUnknown, Other, DES, DES3, RC4, IDEA, SKIPJACK, DMTF Reserved, Vendor Reserved
Writebooleantrue
EnabledSSHVersionsuint16[]
DescriptionstringAn array of integers indicating the version or versions of SSH protocol that will be enabled for the SSH endpoint.
ModelCorrespondencestringCIM_SSHSettingData.OtherEnabledSSHVersion
ValueMapstring0, 1, 2, 3, .., 32768..65535
ValuesstringUnknown, Other, SSHv1, SSHv2, DMTF Reserved, Vendor Reserved
Writebooleantrue
OtherEnabledEncryptionAlgorithmstring[]
ArrayTypestringIndexed
DescriptionstringIf the EnabledEncryptionAlgorithms property is set 1, "Other" this property contains a free form string providing more information about supported algorithms. If not set to 1, this string has no meaning.
ModelCorrespondencestringCIM_SSHProtocolEndpoint.EnabledEncryptionAlgorithms
Writebooleantrue
OtherSSHVersionstring[]
ArrayTypestringIndexed
DescriptionstringIf the CurrentSSHVersion property is set to 1, "Other" then this is a free form string providing more information about the current SSH protocol. If not set to 1, this string has no meaning.
ModelCorrespondencestringCIM_SSHSettingData.SSHVersion, CIM_SSHSettingData.OtherEnabledSSHVersion
Writebooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods