Class CIM_SSHCapabilities
extends CIM_ProtocolServiceCapabilities

A subclass of ProtocolServiceCapabilities that defines the capabilities of an SSH Service. An instance of CIM_SSHCapabilities is associated with an instance of CIM_ProtocolService via the CIM_ElementCapabilities association.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_EnabledLogicalElementCapabilities
   |
   +--CIM_ProtocolServiceCapabilities
   |
   +--CIM_SSHCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA subclass of ProtocolServiceCapabilities that defines the capabilities of an SSH Service. An instance of CIM_SSHCapabilities is associated with an instance of CIM_ProtocolService via the CIM_ElementCapabilities association.
UMLPackagePathstringCIM::Network::ConsoleProtocols
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
OtherSupportedEncryptionAlgorithmstring
DescriptionstringIf the SupportedEncryptionAlgorithms property is set to 1, "Other" then free form string providing more information about supported algorithms. If not set to 1, this string has no meaning.
ModelCorrespondencestringCIM_SSHCapabilities.SupportedEncryptionAlgorithms
OtherSupportedSSHVersionstring
DescriptionstringIf the SupportedSSHVersions property is set to 1, "Other" then free form string providing more information about supported SSH protocols. If not set to 1, this string has no meaning.
ModelCorrespondencestringCIM_SSHCapabilities.SupportedSSHVersions
SupportedEncryptionAlgorithmsuint16[]
ArrayTypestringIndexed
DescriptionstringAn array of integers indicating the encryption algorithms that the SSH service supports.
ModelCorrespondencestringCIM_SSHCapabilities.OtherSupportedEncryptionAlgorithm
ValueMapstring0, 1, 2, 3, 4, 5, 6, 7..32767, 32768..65535
ValuesstringUnknown, Other, DES, DES3, RC4, IDEA, SKIPJACK, DMTF Reserved, Vendor Reserved
SupportedSSHVersionsuint16[]
ArrayTypestringIndexed
DescriptionstringAn array of integers indicating the version or versions of SSH protocol that the SSH service supports.
ModelCorrespondencestringCIM_SSHCapabilities.OtherSupportedSSHVersion
ValueMapstring0, 1, 2, 3, 4..32767, 32768..65535
ValuesstringUnknown, Other, SSHv1, SSHv2, DMTF Reserved, Vendor Reserved

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
ElementNameEditSupportedbooleanCIM_EnabledLogicalElementCapabilities
ElementNameMaskstringCIM_EnabledLogicalElementCapabilities
InstanceIDstringCIM_Capabilities
ListeningPortManagementSupportedbooleanCIM_ProtocolServiceCapabilities
MaxConnectionsuint16CIM_ProtocolServiceCapabilities
MaxElementNameLenuint16CIM_EnabledLogicalElementCapabilities
MaxListeningPortsuint16CIM_ProtocolServiceCapabilities
RequestedStatesSupporteduint16[]CIM_EnabledLogicalElementCapabilities

Class Methods