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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network / CIM_NetworkPortConfigurationService.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) 2009 DMTF.  All rights reserved.
   [Version ( "2.22.0" ), 
    UMLPackagePath ( "CIM::Network::Misc" ), 
    Description ( 
       "CIM_NetworkPortConfigurationService provides management of the "
       "network interfaces associated with a network port." )]
class CIM_NetworkPortConfigurationService : CIM_Service {


      [Description ( 
          "Create a CIM_LANEndpoint instance and associate it with "
          "the specified NetworkPort instance via an instance of "
          "CIM_PortImplementsEndpoint. The newly created instance "
          "of CIM_LANEndpont contains the configuration properties "
          "specified or default values applicable for the specified "
          "NetworkPort instance. This method will also create an "
          "instance of CIM_HostedAccessPoint which associates the "
          "newly created CIM_LANEndpoint instance with the instance "
          "of CIM_ComputerSystem which scopes the specified "
          "CIM_NetworkPort. An extrinsic method is required in "
          "order to provide atomic creation of multiple, related "
          "instances. Prior to creating the instances, the "
          "implementation will verify that a CIM_LANEndpoint "
          "instance can be created and associated with the "
          "CIM_NetworkPort instance." ), 
       ValueMap { "0", "1", "2", "3", "4", "..", "32768..65535" }, 
       Values { "Completed with No Error", "Not Supported", 
          "Unknown/Unspecified Error", "Failed", 
          "Invalid Parameter", "DMTF Reserved", "Vendor Reserved" }]
   uint32 AddLANEndpoint(
         [Required, IN, Description ( 
             "The NetworkPort to which the network interface will be added."
              )]
      CIM_NetworkPort REF Port, 
         [IN ( false ), OUT, Description ( 
             "The created LANEndpoint." )]
      CIM_LANEndpoint REF Endpoint, 
         [Required, IN, Description ( 
             "The MAC address requested." )]
      string Address, 
         [IN, Description ( "The requested LAN ID." )]
      string LANID, 
         [IN, Description ( "The requested alias addresses." )]
      string AliasAddresses[], 
         [IN, Description ( "The requested group addresses." )]
      string GroupAddresses[]);

};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2