コード例 #1
0
        public void set_site_wide_minimum_tps(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly,
		long [] [] values
	)
        {
            this.Invoke("set_site_wide_minimum_tps", new object [] {
                profile_names,
                applications,
                anomaly,
                values});
        }
コード例 #2
0
        public void set_operation_mode(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly,
		SecurityProfileDoSOperationMode [] [] modes
	)
        {
            this.Invoke("set_operation_mode", new object [] {
                profile_names,
                applications,
                anomaly,
                modes});
        }
コード例 #3
0
 public System.IAsyncResult Beginget_deescalation_period(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_deescalation_period", new object[] {
     profile_names,
     applications,
     anomaly}, callback, asyncState);
 }
コード例 #4
0
 public System.IAsyncResult Beginget_url_based_client_side_integrity_defense_state(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_url_based_client_side_integrity_defense_state", new object[] {
     profile_names,
     applications,
     anomaly}, callback, asyncState);
 }
コード例 #5
0
 public System.IAsyncResult Beginset_site_wide_client_side_integrity_defense_state(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly,CommonEnabledState [] [] states, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_site_wide_client_side_integrity_defense_state", new object[] {
     profile_names,
     applications,
     anomaly,
     states}, callback, asyncState);
 }
コード例 #6
0
        public void set_url_tps_increase_rate(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly,
		long [] [] values
	)
        {
            this.Invoke("set_url_tps_increase_rate", new object [] {
                profile_names,
                applications,
                anomaly,
                values});
        }
コード例 #7
0
 public System.IAsyncResult Beginget_site_wide_minimum_tps(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_site_wide_minimum_tps", new object[] {
     profile_names,
     applications,
     anomaly}, callback, asyncState);
 }
コード例 #8
0
        public long[][] get_site_wide_minimum_tps(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly
	)
        {
            object [] results = this.Invoke("get_site_wide_minimum_tps", new object [] {
                profile_names,
                applications,
                anomaly});
            return ((long [] [])(results[0]));
        }
コード例 #9
0
        public CommonEnabledState[][] get_source_ip_based_client_side_integrity_defense_state(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly
	)
        {
            object [] results = this.Invoke("get_source_ip_based_client_side_integrity_defense_state", new object [] {
                profile_names,
                applications,
                anomaly});
            return ((CommonEnabledState [] [])(results[0]));
        }
コード例 #10
0
        public long[][] get_maximum_prevention_duration(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly
	)
        {
            object [] results = this.Invoke("get_maximum_prevention_duration", new object [] {
                profile_names,
                applications,
                anomaly});
            return ((long [] [])(results[0]));
        }
コード例 #11
0
        public SecurityProfileDoSOperationMode[][] get_operation_mode(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly
	)
        {
            object [] results = this.Invoke("get_operation_mode", new object [] {
                profile_names,
                applications,
                anomaly});
            return ((SecurityProfileDoSOperationMode [] [])(results[0]));
        }
コード例 #12
0
        public long[][] get_escalation_period(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly
	)
        {
            object [] results = this.Invoke("get_escalation_period", new object [] {
                profile_names,
                applications,
                anomaly});
            return ((long [] [])(results[0]));
        }
コード例 #13
0
 public System.IAsyncResult Beginset_url_maximum_tps(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly,long [] [] values, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_url_maximum_tps", new object[] {
     profile_names,
     applications,
     anomaly,
     values}, callback, asyncState);
 }
コード例 #14
0
 public System.IAsyncResult Beginset_url_based_rate_limiting_state(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly,CommonEnabledState [] [] states, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_url_based_rate_limiting_state", new object[] {
     profile_names,
     applications,
     anomaly,
     states}, callback, asyncState);
 }
コード例 #15
0
        public void set_url_based_client_side_integrity_defense_state(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly,
		CommonEnabledState [] [] states
	)
        {
            this.Invoke("set_url_based_client_side_integrity_defense_state", new object [] {
                profile_names,
                applications,
                anomaly,
                states});
        }
コード例 #16
0
        public CommonEnabledState[][] get_url_based_rate_limiting_state(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly
	)
        {
            object [] results = this.Invoke("get_url_based_rate_limiting_state", new object [] {
                profile_names,
                applications,
                anomaly});
            return ((CommonEnabledState [] [])(results[0]));
        }
コード例 #17
0
        public void set_url_based_rate_limiting_state(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly,
		CommonEnabledState [] [] states
	)
        {
            this.Invoke("set_url_based_rate_limiting_state", new object [] {
                profile_names,
                applications,
                anomaly,
                states});
        }
コード例 #18
0
        public long[][] get_url_tps_increase_rate(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly
	)
        {
            object [] results = this.Invoke("get_url_tps_increase_rate", new object [] {
                profile_names,
                applications,
                anomaly});
            return ((long [] [])(results[0]));
        }
コード例 #19
0
 public System.IAsyncResult Beginget_maximum_prevention_duration(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_maximum_prevention_duration", new object[] {
     profile_names,
     applications,
     anomaly}, callback, asyncState);
 }
コード例 #20
0
        public void set_escalation_period(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly,
		long [] [] values
	)
        {
            this.Invoke("set_escalation_period", new object [] {
                profile_names,
                applications,
                anomaly,
                values});
        }
コード例 #21
0
 public System.IAsyncResult Beginget_source_ip_based_rate_limiting_state(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_source_ip_based_rate_limiting_state", new object[] {
     profile_names,
     applications,
     anomaly}, callback, asyncState);
 }
コード例 #22
0
        public void set_maximum_prevention_duration(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly,
		long [] [] values
	)
        {
            this.Invoke("set_maximum_prevention_duration", new object [] {
                profile_names,
                applications,
                anomaly,
                values});
        }
コード例 #23
0
 public System.IAsyncResult Beginget_url_tps_increase_rate(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_url_tps_increase_rate", new object[] {
     profile_names,
     applications,
     anomaly}, callback, asyncState);
 }
コード例 #24
0
 public System.IAsyncResult Beginset_operation_mode(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly,SecurityProfileDoSOperationMode [] [] modes, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_operation_mode", new object[] {
     profile_names,
     applications,
     anomaly,
     modes}, callback, asyncState);
 }