Class CIM_USBRedirectionCapabilities
extends CIM_RedirectionServiceCapabilities

USBRedirectionCapabilities describes the capabilities of the USB Redirection Service.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_EnabledLogicalElementCapabilities
   |
   +--CIM_RedirectionServiceCapabilities
   |
   +--CIM_USBRedirectionCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringUSBRedirectionCapabilities describes the capabilities of the USB Redirection Service.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network::USBRedirection
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
SingleClassPerSAPboolean
DescriptionstringSingleClassPerSAP indicates that only instances of CIM_USBDevice whose ClassCode property have the same value as each other shall be associated with the instances of CIM_USBRedirectionSAP.
ModelCorrespondencestringCIM_USBDevice.ClassCode
ClassesSupporteduint8[]
ArrayTypestringIndexed
DescriptionstringAn enumeration indicating the USB Device Classes which are supported. Note that each entry of this array is related to the entries of the USBVersionsSupported, SubClassesSupported, MaxDevicesSupported, and MaxDevicesPerSAP arrays that are located at the same index.
MappingStringsstringUniversal Serial Bus Specification.USB-IF|Standard Device Descriptor|bDeviceClass
ModelCorrespondencestringCIM_USBDevice.ClassCode, CIM_USBRedirectionCapabilities.USBVersionsSupported, CIM_USBRedirectionCapabilities.SubClassesSupported, CIM_USBRedirectionCapabilities.MaxDevicesSupported, CIM_USBRedirectionCapabilities.MaxDevicesPerSAP
ConnectionModesSupporteduint16[]
DescriptionstringThe connection mode used to configure the session. A value set to 2 = "Listen" shall indicate that the SAP will listen for a connection request from the remote USB redirection server. A CIM_BindsTo association to a CIM_ProtocolEndoint may be used to represent where the SAP is listening for the connection request. A value set to 3 = "Connect" shall indicate that the the SAP shall initiate the connection to the remote USB redirection server. A CIM_RemoteAccessAvailableToElement association to a CIM_RemoteServiceAccessPoint may be used to represent where the SAP shall connect to the remote USB redirection server.
ModelCorrespondencestringCIM_USBRedirectionSAP.ConnectionMode
ValueMapstring0, 2, 3, .., 32768..65535
ValuesstringUnknown, Listen, Connect, DMTF Reserved, Vendor Specified
InfoFormatsSupporteduint16[]
DescriptionstringAn enumeration indicating which of the formats for CIM_RemoteServiceAcccessPoint.InfoFormat are supported by the USB Redirection Service. When a USB Redirection Session is configured with ConnectionMode = 3 'Connect' the USB Redirection SAP needs to know the remote service access point to connect to. The CIM_RemoteServiceAccessPoint class is used to model this information. InfoFormat describes the address format for CIM_RemoteServiceAccessPoint.AccessInfo. which tells the local SAP where to find the USB redirection remote access point modeled by CIM_RemoteServiceAccessPoint. InfoFormatsSupported describes the AccessInfo formats that are supported by the local USB Redirection Service.
ModelCorrespondencestringCIM_RemoteServiceAccessPoint.InfoFormat
ValueMapstring1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 100, 101, 102, 103, 104, 200, 201, 202, 203, 204, 205, .., 32768..65535
ValuesstringOther, Host Name, IPv4 Address, IPv6 Address, IPX Address, DECnet Address, SNA Address, Autonomous System Number, MPLS Label, IPv4 Subnet Address, IPv6 Subnet Address, IPv4 Address Range, IPv6 Address Range, Dial String, Ethernet Address, Token Ring Address, ATM Address, Frame Relay Address, URL, FQDN, User FQDN, DER ASN1 DN, DER ASN1 GN, Key ID, DMTF Reserved, Vendor Reserved
MaxDevicesPerSAPuint16[]
ArrayTypestringIndexed
DescriptionstringAn enumeration indicating the number of USB devices per USB Redirection Session which are supported for the devices specified in the USBVersionsSupported, ClassesSupported, and SubClassesSupported array properties. Note that each entry of this array is related to the entries in the USBVersionsSupported, ClassesSupported, and SubClassesSupported arrays that are located at the same index.
ModelCorrespondencestringCIM_USBRedirectionCapabilities.MaxDevicesSupported, CIM_USBRedirectionCapabilities.USBVersionsSupported, CIM_USBRedirectionCapabilities.SubClassesSupported, CIM_USBRedirectionCapabilities.ClassesSupported
MaxDevicesSupporteduint16[]
ArrayTypestringIndexed
DescriptionstringAn enumeration indicating the number of USB devices which are supported for the devices specified in the USBVersionsSupported, ClassesSupported, and SubClassesSupported array properties. Note that each entry of this array is related to the entries in the USBVersionsSupported, ClassesSupported, and SubClassesSupported arrays that are located at the same index.
ModelCorrespondencestringCIM_USBRedirectionCapabilities.ClassesSupported, CIM_USBRedirectionCapabilities.USBVersionsSupported, CIM_USBRedirectionCapabilities.SubClassesSupported, CIM_USBRedirectionCapabilities.MaxDevicesPerSAP
RequestedStatesSupportedForCreatedSAPuint16[]
DescriptionstringAn enumeration indicating the RequestedStatesSupported capabilities that may be used when creating a new SAP, if SAPCapabilitiesSupported has a value of 3, 'Create SAPs', otherwise ignored
ModelCorrespondencestringCIM_EnabledLogicalElementCapabilities.RequestedStatesSupported, CIM_USBRedirectionCapabilities.SAPCapabilitiesSupported
SAPCapabilitiesSupporteduint16[]
DescriptionstringAn enumeration indicating the whether instances of USBRedirectionSAPs already exist and whether whether SAPs can be created. A value set to 2 = "Pre-Configured SAPs" shall indicate that instances of CIM_USBRedirectionSAP exists which can be enabled. A value set to 3 = "Create SAPs" shall indicate that instances of CIM_USBRedirectionSAP can be created with the CreateDevice() and CreateSession() methods. A value set to 4 = "Modify Timeouts" shall indicate that the timeout parameters of instances of CIM_USBRedirectionSAP can be modified by applications using 'ModifyInstance'
ValueMapstring0, 2, 3, 4, .., 32768..65535
ValuesstringUnknown, Pre-Configured SAPs, Create SAPs, Modify SAP, DMTF Reserved, Vendor Specified
SubClassesSupporteduint8[]
ArrayTypestringIndexed
DescriptionstringAn enumeration indicating the USB Device SubClasses which are supported. Note that each entry of this array is related to the entries of the USBVersionsSupported, ClassesSupproted, MaxDevicesSupported, and MaxDevicesPerSAP arrays that are located at the same index.
MappingStringsstringUniversal Serial Bus Specification.USB-IF|Standard Device Descriptor|bDeviceSubClass
ModelCorrespondencestringCIM_USBDevice.SubclassCode, CIM_USBRedirectionCapabilities.USBVersionsSupported, CIM_USBRedirectionCapabilities.ClassesSupported, CIM_USBRedirectionCapabilities.MaxDevicesSupported, CIM_USBRedirectionCapabilities.MaxDevicesPerSAP
USBVersionsSupporteduint16[]
ArrayTypestringIndexed
DescriptionstringAn enumeration indicating the USB specification versions which are supported. The property is expressed as a Binary-Coded Decimal (BCD) where a decimal point is implied between the 2nd and 3rd digits. For example, a value of 0x0201 indicates that version 2.01 is supported. Note that each entry of this array is related to the entries of the ClassesSupported, SubClassesSupported, MaxDevicesSupported and MaxDevicesPerSAP arrays that are located at the same index.
MappingStringsstringUniversal Serial Bus Specification.USB-IF|Standard Device Descriptor|bcdUSB
ModelCorrespondencestringCIM_USBDevice.USBVersion, CIM_USBRedirectionCapabilities.ClassesSupported, CIM_USBRedirectionCapabilities.SubClassesSupported, CIM_USBRedirectionCapabilities.MaxDevicesSupported, CIM_USBRedirectionCapabilities.MaxDevicesPerSAP

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
ElementNameEditSupportedbooleanCIM_EnabledLogicalElementCapabilities
ElementNameMaskstringCIM_EnabledLogicalElementCapabilities
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_Capabilities
MaxElementNameLenuint16CIM_EnabledLogicalElementCapabilities
RequestedStatesSupporteduint16[]CIM_EnabledLogicalElementCapabilities
SharingModeSupporteduint16[]CIM_RedirectionServiceCapabilities
StateAwarenessuint16[]CIM_EnabledLogicalElementCapabilities

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
CreateGoalSettingsuint16CIM_Capabilities