C# Class iControl.SecurityDoSDevice

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Beginadd_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, SecurityDoSDeviceDoSNetworkVectorPacketType packet_types, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_vector_statistics ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_publisher ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector_auto_blacklisting_state ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector_blacklist_category ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector_blacklist_detection_seconds ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector_blacklist_duration ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector_default_internal_rate_limit ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector_detection_threshold_percent ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector_detection_threshold_pps ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginget_vector_statistics ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_vector_packet_types ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginremove_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, SecurityDoSDeviceDoSNetworkVectorPacketType packet_types, System callback, object asyncState ) : System.IAsyncResult
Beginreset_vector_statistics ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string devices, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_publisher ( string devices, string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginset_vector_auto_blacklisting_state ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_vector_blacklist_category ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_vector_blacklist_detection_seconds ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_vector_blacklist_duration ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_vector_default_internal_rate_limit ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_vector_detection_threshold_percent ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_vector_detection_threshold_pps ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
Endadd_vector_packet_type ( System asyncResult ) : void
Endget_all_vector_statistics ( System asyncResult ) : iControl.SecurityDoSDeviceVectorStatistics[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_publisher ( System asyncResult ) : string[]
Endget_vector ( System asyncResult ) : SecurityDoSDeviceDoSDeviceVector[][]
Endget_vector_auto_blacklisting_state ( System asyncResult ) : CommonEnabledState[][]
Endget_vector_blacklist_category ( System asyncResult ) : string[][]
Endget_vector_blacklist_detection_seconds ( System asyncResult ) : long[][]
Endget_vector_blacklist_duration ( System asyncResult ) : long[][]
Endget_vector_default_internal_rate_limit ( System asyncResult ) : long[][]
Endget_vector_detection_threshold_percent ( System asyncResult ) : long[][]
Endget_vector_detection_threshold_pps ( System asyncResult ) : long[][]
Endget_vector_packet_type ( System asyncResult ) : SecurityDoSDeviceDoSNetworkVectorPacketType[][][]
Endget_vector_statistics ( System asyncResult ) : iControl.SecurityDoSDeviceVectorStatistics[]
Endget_version ( System asyncResult ) : string
Endremove_all_vector_packet_types ( System asyncResult ) : void
Endremove_vector_packet_type ( System asyncResult ) : void
Endreset_vector_statistics ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_publisher ( System asyncResult ) : void
Endset_vector_auto_blacklisting_state ( System asyncResult ) : void
Endset_vector_blacklist_category ( System asyncResult ) : void
Endset_vector_blacklist_detection_seconds ( System asyncResult ) : void
Endset_vector_blacklist_duration ( System asyncResult ) : void
Endset_vector_default_internal_rate_limit ( System asyncResult ) : void
Endset_vector_detection_threshold_percent ( System asyncResult ) : void
Endset_vector_detection_threshold_pps ( System asyncResult ) : void
SecurityDoSDevice ( ) : System

Private Methods

Method Description
add_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, SecurityDoSDeviceDoSNetworkVectorPacketType packet_types ) : void
get_all_vector_statistics ( string devices ) : iControl.SecurityDoSDeviceVectorStatistics[]
get_description ( string devices ) : string[]
get_list ( ) : string[]
get_publisher ( string devices ) : string[]
get_vector ( string devices ) : SecurityDoSDeviceDoSDeviceVector[][]
get_vector_auto_blacklisting_state ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : CommonEnabledState[][]
get_vector_blacklist_category ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : string[][]
get_vector_blacklist_detection_seconds ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : long[][]
get_vector_blacklist_duration ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : long[][]
get_vector_default_internal_rate_limit ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : long[][]
get_vector_detection_threshold_percent ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : long[][]
get_vector_detection_threshold_pps ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : long[][]
get_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : SecurityDoSDeviceDoSNetworkVectorPacketType[][][]
get_vector_statistics ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : iControl.SecurityDoSDeviceVectorStatistics[]
get_version ( ) : string
remove_all_vector_packet_types ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : void
remove_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, SecurityDoSDeviceDoSNetworkVectorPacketType packet_types ) : void
reset_vector_statistics ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : void
set_description ( string devices, string descriptions ) : void
set_publisher ( string devices, string publishers ) : void
set_vector_auto_blacklisting_state ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, CommonEnabledState states ) : void
set_vector_blacklist_category ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, string values ) : void
set_vector_blacklist_detection_seconds ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values ) : void
set_vector_blacklist_duration ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values ) : void
set_vector_default_internal_rate_limit ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values ) : void
set_vector_detection_threshold_percent ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values ) : void
set_vector_detection_threshold_pps ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values ) : void

Method Details

Beginadd_vector_packet_type() public method

public Beginadd_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, SecurityDoSDeviceDoSNetworkVectorPacketType packet_types, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
packet_types SecurityDoSDeviceDoSNetworkVectorPacketType
callback System
asyncState object
return System.IAsyncResult

Beginget_all_vector_statistics() public method

public Beginget_all_vector_statistics ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_publisher() public method

public Beginget_publisher ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_vector() public method

public Beginget_vector ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_vector_auto_blacklisting_state() public method

public Beginget_vector_auto_blacklisting_state ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginget_vector_blacklist_category() public method

public Beginget_vector_blacklist_category ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginget_vector_blacklist_detection_seconds() public method

public Beginget_vector_blacklist_detection_seconds ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginget_vector_blacklist_duration() public method

public Beginget_vector_blacklist_duration ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginget_vector_default_internal_rate_limit() public method

public Beginget_vector_default_internal_rate_limit ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginget_vector_detection_threshold_percent() public method

public Beginget_vector_detection_threshold_percent ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginget_vector_detection_threshold_pps() public method

public Beginget_vector_detection_threshold_pps ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginget_vector_packet_type() public method

public Beginget_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginget_vector_statistics() public method

public Beginget_vector_statistics ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_vector_packet_types() public method

public Beginremove_all_vector_packet_types ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginremove_vector_packet_type() public method

public Beginremove_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, SecurityDoSDeviceDoSNetworkVectorPacketType packet_types, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
packet_types SecurityDoSDeviceDoSNetworkVectorPacketType
callback System
asyncState object
return System.IAsyncResult

Beginreset_vector_statistics() public method

public Beginreset_vector_statistics ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string devices, string descriptions, System callback, object asyncState ) : System.IAsyncResult
devices string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_publisher() public method

public Beginset_publisher ( string devices, string publishers, System callback, object asyncState ) : System.IAsyncResult
devices string
publishers string
callback System
asyncState object
return System.IAsyncResult

Beginset_vector_auto_blacklisting_state() public method

public Beginset_vector_auto_blacklisting_state ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_vector_blacklist_category() public method

public Beginset_vector_blacklist_category ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, string values, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
values string
callback System
asyncState object
return System.IAsyncResult

Beginset_vector_blacklist_detection_seconds() public method

public Beginset_vector_blacklist_detection_seconds ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
values long
callback System
asyncState object
return System.IAsyncResult

Beginset_vector_blacklist_duration() public method

public Beginset_vector_blacklist_duration ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
values long
callback System
asyncState object
return System.IAsyncResult

Beginset_vector_default_internal_rate_limit() public method

public Beginset_vector_default_internal_rate_limit ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
values long
callback System
asyncState object
return System.IAsyncResult

Beginset_vector_detection_threshold_percent() public method

public Beginset_vector_detection_threshold_percent ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
values long
callback System
asyncState object
return System.IAsyncResult

Beginset_vector_detection_threshold_pps() public method

public Beginset_vector_detection_threshold_pps ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
values long
callback System
asyncState object
return System.IAsyncResult

Endadd_vector_packet_type() public method

public Endadd_vector_packet_type ( System asyncResult ) : void
asyncResult System
return void

Endget_all_vector_statistics() public method

public Endget_all_vector_statistics ( System asyncResult ) : iControl.SecurityDoSDeviceVectorStatistics[]
asyncResult System
return iControl.SecurityDoSDeviceVectorStatistics[]

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_publisher() public method

public Endget_publisher ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_vector() public method

public Endget_vector ( System asyncResult ) : SecurityDoSDeviceDoSDeviceVector[][]
asyncResult System
return SecurityDoSDeviceDoSDeviceVector[][]

Endget_vector_auto_blacklisting_state() public method

public Endget_vector_auto_blacklisting_state ( System asyncResult ) : CommonEnabledState[][]
asyncResult System
return CommonEnabledState[][]

Endget_vector_blacklist_category() public method

public Endget_vector_blacklist_category ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_vector_blacklist_detection_seconds() public method

public Endget_vector_blacklist_detection_seconds ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_vector_blacklist_duration() public method

public Endget_vector_blacklist_duration ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_vector_default_internal_rate_limit() public method

public Endget_vector_default_internal_rate_limit ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_vector_detection_threshold_percent() public method

public Endget_vector_detection_threshold_percent ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_vector_detection_threshold_pps() public method

public Endget_vector_detection_threshold_pps ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_vector_packet_type() public method

public Endget_vector_packet_type ( System asyncResult ) : SecurityDoSDeviceDoSNetworkVectorPacketType[][][]
asyncResult System
return SecurityDoSDeviceDoSNetworkVectorPacketType[][][]

Endget_vector_statistics() public method

public Endget_vector_statistics ( System asyncResult ) : iControl.SecurityDoSDeviceVectorStatistics[]
asyncResult System
return iControl.SecurityDoSDeviceVectorStatistics[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endremove_all_vector_packet_types() public method

public Endremove_all_vector_packet_types ( System asyncResult ) : void
asyncResult System
return void

Endremove_vector_packet_type() public method

public Endremove_vector_packet_type ( System asyncResult ) : void
asyncResult System
return void

Endreset_vector_statistics() public method

public Endreset_vector_statistics ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_publisher() public method

public Endset_publisher ( System asyncResult ) : void
asyncResult System
return void

Endset_vector_auto_blacklisting_state() public method

public Endset_vector_auto_blacklisting_state ( System asyncResult ) : void
asyncResult System
return void

Endset_vector_blacklist_category() public method

public Endset_vector_blacklist_category ( System asyncResult ) : void
asyncResult System
return void

Endset_vector_blacklist_detection_seconds() public method

public Endset_vector_blacklist_detection_seconds ( System asyncResult ) : void
asyncResult System
return void

Endset_vector_blacklist_duration() public method

public Endset_vector_blacklist_duration ( System asyncResult ) : void
asyncResult System
return void

Endset_vector_default_internal_rate_limit() public method

public Endset_vector_default_internal_rate_limit ( System asyncResult ) : void
asyncResult System
return void

Endset_vector_detection_threshold_percent() public method

public Endset_vector_detection_threshold_percent ( System asyncResult ) : void
asyncResult System
return void

Endset_vector_detection_threshold_pps() public method

public Endset_vector_detection_threshold_pps ( System asyncResult ) : void
asyncResult System
return void

SecurityDoSDevice() public method

public SecurityDoSDevice ( ) : System
return System