C# Class iControl.SecurityDoSWhitelist

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

Public Methods

Method Description
Beginadd_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_description ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_destination_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_destination_port ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_protocol_type ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_source_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_source_vlan ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_entries ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string whitelists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_description ( string whitelists, string entries, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_destination_address ( string whitelists, string entries, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_destination_port ( string whitelists, string entries, long ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_protocol_type ( string whitelists, string entries, SecurityDoSWhitelistProtocolType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_source_address ( string whitelists, string entries, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_entry_source_vlan ( string whitelists, string entries, string vlans, System callback, object asyncState ) : System.IAsyncResult
Endadd_entry ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_entry ( System asyncResult ) : string[][]
Endget_entry_description ( System asyncResult ) : string[][]
Endget_entry_destination_address ( System asyncResult ) : string[][]
Endget_entry_destination_port ( System asyncResult ) : long[][]
Endget_entry_protocol_type ( System asyncResult ) : SecurityDoSWhitelistProtocolType[][]
Endget_entry_source_address ( System asyncResult ) : string[][]
Endget_entry_source_vlan ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endremove_all_entries ( System asyncResult ) : void
Endremove_entry ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_entry_description ( System asyncResult ) : void
Endset_entry_destination_address ( System asyncResult ) : void
Endset_entry_destination_port ( System asyncResult ) : void
Endset_entry_protocol_type ( System asyncResult ) : void
Endset_entry_source_address ( System asyncResult ) : void
Endset_entry_source_vlan ( System asyncResult ) : void
SecurityDoSWhitelist ( ) : System

Private Methods

Method Description
add_entry ( string whitelists, string entries ) : void
get_description ( string whitelists ) : string[]
get_entry ( string whitelists ) : string[][]
get_entry_description ( string whitelists, string entries ) : string[][]
get_entry_destination_address ( string whitelists, string entries ) : string[][]
get_entry_destination_port ( string whitelists, string entries ) : long[][]
get_entry_protocol_type ( string whitelists, string entries ) : SecurityDoSWhitelistProtocolType[][]
get_entry_source_address ( string whitelists, string entries ) : string[][]
get_entry_source_vlan ( string whitelists, string entries ) : string[][]
get_list ( ) : string[]
get_version ( ) : string
remove_all_entries ( string whitelists ) : void
remove_entry ( string whitelists, string entries ) : void
set_description ( string whitelists, string descriptions ) : void
set_entry_description ( string whitelists, string entries, string descriptions ) : void
set_entry_destination_address ( string whitelists, string entries, string addresses ) : void
set_entry_destination_port ( string whitelists, string entries, long ports ) : void
set_entry_protocol_type ( string whitelists, string entries, SecurityDoSWhitelistProtocolType types ) : void
set_entry_source_address ( string whitelists, string entries, string addresses ) : void
set_entry_source_vlan ( string whitelists, string entries, string vlans ) : void

Method Details

Beginadd_entry() public method

public Beginadd_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_entry() public method

public Beginget_entry ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
return System.IAsyncResult

Beginget_entry_description() public method

public Beginget_entry_description ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_entry_destination_address() public method

public Beginget_entry_destination_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_entry_destination_port() public method

public Beginget_entry_destination_port ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_entry_protocol_type() public method

public Beginget_entry_protocol_type ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_entry_source_address() public method

public Beginget_entry_source_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_entry_source_vlan() public method

public Beginget_entry_source_vlan ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries 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_version() public method

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

Beginremove_all_entries() public method

public Beginremove_all_entries ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
return System.IAsyncResult

Beginremove_entry() public method

public Beginremove_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_entry_description() public method

public Beginset_entry_description ( string whitelists, string entries, string descriptions, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_entry_destination_address() public method

public Beginset_entry_destination_address ( string whitelists, string entries, string addresses, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginset_entry_destination_port() public method

public Beginset_entry_destination_port ( string whitelists, string entries, long ports, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
ports long
callback System
asyncState object
return System.IAsyncResult

Beginset_entry_protocol_type() public method

public Beginset_entry_protocol_type ( string whitelists, string entries, SecurityDoSWhitelistProtocolType types, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
types SecurityDoSWhitelistProtocolType
callback System
asyncState object
return System.IAsyncResult

Beginset_entry_source_address() public method

public Beginset_entry_source_address ( string whitelists, string entries, string addresses, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginset_entry_source_vlan() public method

public Beginset_entry_source_vlan ( string whitelists, string entries, string vlans, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
vlans string
callback System
asyncState object
return System.IAsyncResult

Endadd_entry() public method

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

Endget_description() public method

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

Endget_entry() public method

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

Endget_entry_description() public method

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

Endget_entry_destination_address() public method

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

Endget_entry_destination_port() public method

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

Endget_entry_protocol_type() public method

public Endget_entry_protocol_type ( System asyncResult ) : SecurityDoSWhitelistProtocolType[][]
asyncResult System
return SecurityDoSWhitelistProtocolType[][]

Endget_entry_source_address() public method

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

Endget_entry_source_vlan() public method

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

Endget_list() public method

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

Endget_version() public method

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

Endremove_all_entries() public method

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

Endremove_entry() public method

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

Endset_description() public method

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

Endset_entry_description() public method

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

Endset_entry_destination_address() public method

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

Endset_entry_destination_port() public method

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

Endset_entry_protocol_type() public method

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

Endset_entry_source_address() public method

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

Endset_entry_source_vlan() public method

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

SecurityDoSWhitelist() public method

public SecurityDoSWhitelist ( ) : System
return System