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

File: [OMI] / omi / share / networkschema / MSFT_ACL.mof (download)
Revision: 1.1, Mon Apr 20 17:20:14 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_IPACL
// ===============================================================
	[Description ( "MSFT_IPACL description." 
	"This class names the IP ACL in a system. It is used as an aggragation class" 
	"for an orderset of rules"), 
	Version ( "0.70" )]
class MSFT_ACL : CIM_NetworkPolicyRule
{

[Description ( 
          "ACLType defines the ACL as an IP, MAC OR VACL"
		 ), 
       ValueMap { "2", "3", "4", "5"}, 
       Values { "IP", "IPV6", "MAC", "VACL"}

	]
   uint16 ACLType = 2;

[Description ( 
          "Set of policy on an ACL"
		  "The default Implicited states that all traffic is denied unless there is a"
		  "rule allowing traffic"
		  "Explicit policy states that an explict rule must be stated for each permit and or allow action"), 
       ValueMap { "2", "3"}, 
       Values { "Implicit", "Explicit"}

	]
   uint16 ActionPolicy = 2;
};

ViewCVS 0.9.2