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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network / CIM_NetworkVLAN.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) 2010 DMTF.  All rights reserved.
   [Version ( "2.26.0" ), 
    UMLPackagePath ( "CIM::Network::VLAN" ), 
    Description ( 
       "An instance of NetworkVLAN represents a collection of "
       "VLANSwitchEndpoints and/or VLANEndstationEndpoints which are "
       "members of the VLAN. There SHOULD be an instance of "
       "NetworkVLAN for every VLAN available in a switch. For example, "
       "in a switch with port-based VLANs, if there are 16 VLANs to "
       "which ports can be assigned (VLAN 1 through VLAN 16), there "
       "SHOULD be an instance of NetworkVLAN for each of VLAN 1 "
       "through VLAN 16." )]
class CIM_NetworkVLAN : CIM_ConnectivityCollection {

      [Description ( "A 12-bit VLAN ID used in the VLAN Tag header." ), 
       MinValue ( 1 ), 
       MaxValue ( 4094 ), 
       MappingStrings { "MIB.IETF|Q-BRIDGE-MIB.VlanId" }]
   uint16 VLANId;

      [Description ( 
          "The value of the 802.10 SAID field which would be used "
          "for this VLAN." )]
   uint32 SAIdentifier;

      [Description ( 
          "The value of this property is set to a positive integer "
          "when the value of the MTU for all members (switch "
          "endpoints/endstationendpoints of the VLAN is the same, "
          "otherwise is set to -1 and the Transmission size is set "
          "on each of the individual endpoints." ), 
       ModelCorrespondence { 
          "CIM_VLANSystemCapabilities.MaxMTUsize", 
          "CIM_VLANSystemCapabilities.MinMTUsize" }]
   sint32 TransmissionSize;

      [Description ( 
          "Defines/restricts the media type of the VLAN. This "
          "information is also needed when a VLAN is not yet "
          "associated to any end point." ), 
       ValueMap { "0", "1", "2", "3", "4", "5..16000", ".." }, 
       Values { "Unknown", "Other", "Not Applicable", "Ethernet", 
          "FDDI", "DMTF Reserved", "Vendor Reserved" }, 
       ModelCorrespondence { "CIM_NetworkVLAN.OtherTypeDescription" }]
   uint16 TypeOfMedia;

      [Description ( 
          "A string describing the type of media that is supported "
          "by this VLAN, when the value of the Type property is set "
          "to 1 (i.e., \"Other\"). This property should be set to "
          "NULL when the Type property is any value other than 1." ), 
       ModelCorrespondence { "CIM_NetworkVLAN.TypeOfMedia" }]
   string OtherTypeDescription;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2