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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network / CIM_ProtocolServiceCapabilities.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:37 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.1.2.1: +37 -0 lines
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

// Copyright (c) 2009 DMTF.  All rights reserved.
   [Version ( "2.22.0" ), 
    UMLPackagePath ( "CIM::Network::Misc" ), 
    Description ( 
       "A subclass of EnabledLogicalElementCapabilities that defines "
       "the capabilities of a ProtocolService. An instance of "
       "CIM_ProtocolServiceCapabilities is associated with a "
       "ProtocolService using ElementCapabilities." )]
class CIM_ProtocolServiceCapabilities : CIM_EnabledLogicalElementCapabilities {

      [Description ( 
          "MaxConnections specifies the maximum number of "
          "connections supported by the protocol service." ), 
       MinValue ( 1 ), 
       MaxValue ( 65535 ), 
       ModelCorrespondence { "CIM_ProtocolService.MaxConnections" }]
   uint16 MaxConnections = 1;

      [Description ( 
          "MaxListeningPorts specifies the maximum number of ports "
          "on which a protocol service will listen." ), 
       MinValue ( 1 ), 
       MaxValue ( 65535 ), 
       ModelCorrespondence { 
          "CIM_ProtocolServiceCapabilities.ListeningPortManagementSupported" }]
   uint16 MaxListeningPorts = 1;

      [Description ( 
          "ListeningPortManagementSupported indicates whether the "
          "management of the ports on which the associated "
          "ProtocolService listens is supported." ), 
       ModelCorrespondence { 
          "CIM_ProtocolServiceCapabilities.MaxListeningPorts" }]
   boolean ListeningPortManagementSupported;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2