Method | Description | |
---|---|---|
Beginadd_blacklist_category ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
Beginadd_feed_list ( string policies, string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_policies ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_policy ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_blacklist_category ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_blacklist_category_action_type ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_blacklist_category_description ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_blacklist_category_log_blacklist_hit_only_setting ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_blacklist_category_log_blacklist_whitelist_hit_setting ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_blacklist_category_match_direction ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_default_action_type ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_feed_list ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_log_blacklist_hit_state ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_log_blacklist_whitelist_both_hit_state ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_blacklist_categories ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_feed_lists ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_blacklist_category ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_feed_list ( string policies, string lists, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_blacklist_category_action_type ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyActionType types, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_blacklist_category_description ( string policies, string categories, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_blacklist_category_log_blacklist_hit_only_setting ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType hits, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_blacklist_category_log_blacklist_whitelist_hit_setting ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType hits, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_blacklist_category_match_direction ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection directions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_default_action_type ( string policies, SecurityIPIntelligencePolicyIPIntelligencePolicyActionType types, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string policies, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_log_blacklist_hit_state ( string policies, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_log_blacklist_whitelist_both_hit_state ( string policies, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_blacklist_category ( System asyncResult ) : void | ||
Endadd_feed_list ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_policies ( System asyncResult ) : void | ||
Enddelete_policy ( System asyncResult ) : void | ||
Endget_blacklist_category ( System asyncResult ) : string[][] | ||
Endget_blacklist_category_action_type ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[][] | ||
Endget_blacklist_category_description ( System asyncResult ) : string[][] | ||
Endget_blacklist_category_log_blacklist_hit_only_setting ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType[][] | ||
Endget_blacklist_category_log_blacklist_whitelist_hit_setting ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType[][] | ||
Endget_blacklist_category_match_direction ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection[][] | ||
Endget_default_action_type ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_feed_list ( System asyncResult ) : string[][] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_log_blacklist_hit_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_log_blacklist_whitelist_both_hit_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_blacklist_categories ( System asyncResult ) : void | ||
Endremove_all_feed_lists ( System asyncResult ) : void | ||
Endremove_blacklist_category ( System asyncResult ) : void | ||
Endremove_feed_list ( System asyncResult ) : void | ||
Endset_blacklist_category_action_type ( System asyncResult ) : void | ||
Endset_blacklist_category_description ( System asyncResult ) : void | ||
Endset_blacklist_category_log_blacklist_hit_only_setting ( System asyncResult ) : void | ||
Endset_blacklist_category_log_blacklist_whitelist_hit_setting ( System asyncResult ) : void | ||
Endset_blacklist_category_match_direction ( System asyncResult ) : void | ||
Endset_default_action_type ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_log_blacklist_hit_state ( System asyncResult ) : void | ||
Endset_log_blacklist_whitelist_both_hit_state ( System asyncResult ) : void | ||
SecurityIPIntelligencePolicy ( ) : System |
Method | Description | |
---|---|---|
add_blacklist_category ( string policies, string categories ) : void | ||
add_feed_list ( string policies, string lists ) : void | ||
create ( string policies ) : void | ||
delete_all_policies ( ) : void | ||
delete_policy ( string policies ) : void | ||
get_blacklist_category ( string policies ) : string[][] | ||
get_blacklist_category_action_type ( string policies, string categories ) : SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[][] | ||
get_blacklist_category_description ( string policies, string categories ) : string[][] | ||
get_blacklist_category_log_blacklist_hit_only_setting ( string policies, string categories ) : SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType[][] | ||
get_blacklist_category_log_blacklist_whitelist_hit_setting ( string policies, string categories ) : SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType[][] | ||
get_blacklist_category_match_direction ( string policies, string categories ) : SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection[][] | ||
get_default_action_type ( string policies ) : SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[] | ||
get_description ( string policies ) : string[] | ||
get_feed_list ( string policies ) : string[][] | ||
get_list ( ) : string[] | ||
get_log_blacklist_hit_state ( string policies ) : CommonEnabledState[] | ||
get_log_blacklist_whitelist_both_hit_state ( string policies ) : CommonEnabledState[] | ||
get_version ( ) : string | ||
remove_all_blacklist_categories ( string policies ) : void | ||
remove_all_feed_lists ( string policies ) : void | ||
remove_blacklist_category ( string policies, string categories ) : void | ||
remove_feed_list ( string policies, string lists ) : void | ||
set_blacklist_category_action_type ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyActionType types ) : void | ||
set_blacklist_category_description ( string policies, string categories, string descriptions ) : void | ||
set_blacklist_category_log_blacklist_hit_only_setting ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType hits ) : void | ||
set_blacklist_category_log_blacklist_whitelist_hit_setting ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType hits ) : void | ||
set_blacklist_category_match_direction ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection directions ) : void | ||
set_default_action_type ( string policies, SecurityIPIntelligencePolicyIPIntelligencePolicyActionType types ) : void | ||
set_description ( string policies, string descriptions ) : void | ||
set_log_blacklist_hit_state ( string policies, CommonEnabledState states ) : void | ||
set_log_blacklist_whitelist_both_hit_state ( string policies, CommonEnabledState states ) : void |
public Beginadd_blacklist_category ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginadd_feed_list ( string policies, string lists, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_policies ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_policy ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_blacklist_category ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_blacklist_category_action_type ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_blacklist_category_description ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_blacklist_category_log_blacklist_hit_only_setting ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_blacklist_category_log_blacklist_whitelist_hit_setting ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_blacklist_category_match_direction ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_default_action_type ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_feed_list ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_log_blacklist_hit_state ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_log_blacklist_whitelist_both_hit_state ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_blacklist_categories ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_feed_lists ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_blacklist_category ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_feed_list ( string policies, string lists, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
lists | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_blacklist_category_action_type ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyActionType types, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
types | SecurityIPIntelligencePolicyIPIntelligencePolicyActionType | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_blacklist_category_description ( string policies, string categories, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_blacklist_category_log_blacklist_hit_only_setting ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType hits, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
hits | SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_blacklist_category_log_blacklist_whitelist_hit_setting ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType hits, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
hits | SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_blacklist_category_match_direction ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection directions, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
categories | string | |
directions | SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_default_action_type ( string policies, SecurityIPIntelligencePolicyIPIntelligencePolicyActionType types, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
types | SecurityIPIntelligencePolicyIPIntelligencePolicyActionType | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string policies, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_log_blacklist_hit_state ( string policies, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_log_blacklist_whitelist_both_hit_state ( string policies, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endadd_blacklist_category ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endadd_feed_list ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_policies ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_policy ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_blacklist_category ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_blacklist_category_action_type ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[][] | ||
asyncResult | System | |
return | SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[][] |
public Endget_blacklist_category_description ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_blacklist_category_log_blacklist_hit_only_setting ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType[][] | ||
asyncResult | System | |
return | SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType[][] |
public Endget_blacklist_category_log_blacklist_whitelist_hit_setting ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType[][] | ||
asyncResult | System | |
return | SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType[][] |
public Endget_blacklist_category_match_direction ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection[][] | ||
asyncResult | System | |
return | SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection[][] |
public Endget_default_action_type ( System asyncResult ) : SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[] | ||
asyncResult | System | |
return | SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_feed_list ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_log_blacklist_hit_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_log_blacklist_whitelist_both_hit_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endremove_all_blacklist_categories ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_all_feed_lists ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_blacklist_category ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_feed_list ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_blacklist_category_action_type ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_blacklist_category_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_blacklist_category_log_blacklist_hit_only_setting ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_blacklist_category_log_blacklist_whitelist_hit_setting ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_blacklist_category_match_direction ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_default_action_type ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_log_blacklist_hit_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_log_blacklist_whitelist_both_hit_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public SecurityIPIntelligencePolicy ( ) : System | ||
return | System |