(file) Return to MSFT_SubInterface.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // ===============================================================
 2              //  MSFT_SubInterface
 3              // ===============================================================
 4              	[Description ( "MSFT_SubInterface" ), 
 5              	Version ( "0.70" )]
 6              class MSFT_SubInterface: CIM_ProtocolEndpoint
 7              {
 8              
 9               
10                 [Description ( "This property contains a reference to the port that this subinterface is associated with "
11                        "Each non-null value of the ParentInterfaceID property shall "
12                        "be formated as a URI per RFC3986.\n"
13                        "If this resource is modeled then a value should be a "
14                        "WBEM URI (DSP0207). ")
15                 ]
16                 string ParentInterfaceID;
17              
18                   [Description ( "Configures IEEE 802.1Q VLAN"
19              	  "encapsulation on the subinterface. The range is from 2 to 4093 ")]
20                 uint16 EncapsulationDot1Q ;
21              
22 krisbash 1.1   
23              };

ViewCVS 0.9.2