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

File: [OMI] / omi / share / networkschema / MSFT_SubInterface.mof (download)
Revision: 1.1, Mon Apr 20 17:20:15 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

// ===============================================================
//  MSFT_SubInterface
// ===============================================================
	[Description ( "MSFT_SubInterface" ), 
	Version ( "0.70" )]
class MSFT_SubInterface: CIM_ProtocolEndpoint
{

 
   [Description ( "This property contains a reference to the port that this subinterface is associated with "
          "Each non-null value of the ParentInterfaceID property shall "
          "be formated as a URI per RFC3986.\n"
          "If this resource is modeled then a value should be a "
          "WBEM URI (DSP0207). ")
   ]
   string ParentInterfaceID;

     [Description ( "Configures IEEE 802.1Q VLAN"
	  "encapsulation on the subinterface. The range is from 2 to 4093 ")]
   uint16 EncapsulationDot1Q ;

  
};

ViewCVS 0.9.2