iControl.PEMPolicy.set_flow_info_filter_l2_endpoint_type C# (CSharp) Method

set_flow_info_filter_l2_endpoint_type() private method

private set_flow_info_filter_l2_endpoint_type ( string policies, string rules, string filters, PEMPolicyL2EndpointType types ) : void
policies string
rules string
filters string
types PEMPolicyL2EndpointType
return void
        public void set_flow_info_filter_l2_endpoint_type(
		string [] policies,
		string [] [] rules,
		string [] [] [] filters,
		PEMPolicyL2EndpointType [] [] [] types
	)
        {
            this.Invoke("set_flow_info_filter_l2_endpoint_type", new object [] {
                policies,
                rules,
                filters,
                types});
        }
PEMPolicy