(file) Return to CIM_RedirectionService.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network / CIM_RedirectionService.mof (download)
Revision: 1.1, Tue Jan 24 13:50:20 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

//Copyright (c) 2007 DMTF.  All Rights Reserved.
   [Version ( "2.17.0" ), 
    UMLPackagePath ( "CIM::Network::ConsoleProtocols" ), 
    Description ( 
       "RedirectionService provides the capability to manage "
       "redirection services. Examples of this include any video "
       "stream directed to a Network Port (by the operating system) on "
       "a Computer System redirected out to a remote administrator\'s "
       "console. Similarly this can include input redirected into the "
       "same Network Port. Other examples include the redirection of "
       "IO from a logical element to a remote or local destination. "
       "Each redirection stream is accessible via a SAP. This service "
       "can support multiple redirection types via multiple associated "
       "SAPs." )]
class CIM_RedirectionService : CIM_Service {

      [Description ( 
          "An enumerated array indicating the type(s) of "
          "Redirection supported by this Service. This value is set "
          "to the type of redirection service that this service "
          "represents. A value set to 2 = \"Text\" shall indicate a "
          "Text Console Redirection service. A value set to 3 = "
          "\"KVM\" shall indicate a Keyboard, Mouse and Video "
          "Console Redirection service. A value set to 4 = \"USB\" "
          "shall indicate a USB Redirection service. A value set to "
          "5 = \"media\" shall indicate a traditional Media "
          "Redirection service." ), 
       ValueMap { "0", "1", "2", "3", "4", "5", "6..32767", 
          "32768..65535" }, 
       Values { "Unknown", "Other", "Text", "KVM", "USB", "Media", 
          "DMTF Reserved", "Vendor Specified" }, 
       ModelCorrespondence { 
          "CIM_RedirectionServiceType.OtherRedirectionServiceType" }]
   uint16 RedirectionServiceType[];

      [Description ( 
          "A string describing the Redirection Service when the "
          "value of the RedirectionServiceType property is set to 1 "
          "= \"Other\"." ), 
       ModelCorrespondence { 
          "CIM_RedirectionService.RedirectionServiceType" }]
   string OtherRedirectionServiceType;

      [Description ( 
          "Maximum number of concurrently enabled redirection SAPs. "
          "The Service may have multiple (more than this number) "
          "SAPs associated with it. However, the number of Active "
          "SAPs (EnabledState=Enabled) associated with this Service "
          "instance cannot exceed this number. This limitation "
          "could come from hardware limitations (e.g. one COM port "
          "can only redirect the text to one console), or from any "
          "other software resource limitations." )]
   uint16 MaxCurrentEnabledSAPs;

      [Description ( 
          "An enumeration specifying the impact of enabling the "
          "redirection of the text console flow on the original "
          "destination of the flow. The original destination is "
          "modeled as a concrete subclass of LogicalDevice and "
          "associated to this service using a ServiceAffectsElement "
          "association). If this value is Exclusive, it shall mean "
          "that when the element flow is actively being redirected, "
          "then the element being redirected cannot be accessed at "
          "the original destination. If this value is Shared, it "
          "shall mean that when the element flow is actively being "
          "redirected, then the element being redirected can still "
          "be accessed at the original destination." ), 
       ValueMap { "0", "2", "3" }, 
       Values { "Unknown", "Exclusive", "Shared" }]
   uint16 SharingMode;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2