C# Class iControl.SecurityDoSWhitelist

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Beginadd_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_description() public méthode

public Beginget_description ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry() public méthode

public Beginget_entry ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_description() public méthode

public Beginget_entry_description ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_destination_address() public méthode

public Beginget_entry_destination_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_destination_port() public méthode

public Beginget_entry_destination_port ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_protocol_type() public méthode

public Beginget_entry_protocol_type ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_source_address() public méthode

public Beginget_entry_source_address ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_source_vlan() public méthode

public Beginget_entry_source_vlan ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_list() public méthode

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginremove_all_entries() public méthode

public Beginremove_all_entries ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
Résultat System.IAsyncResult

Beginremove_entry() public méthode

public Beginremove_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_description() public méthode

public Beginset_description ( string whitelists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
whitelists string
descriptions string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_entry_description() public méthode

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
Résultat System.IAsyncResult

Beginset_entry_destination_address() public méthode

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
Résultat System.IAsyncResult

Beginset_entry_destination_port() public méthode

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
Résultat System.IAsyncResult

Beginset_entry_protocol_type() public méthode

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
Résultat System.IAsyncResult

Beginset_entry_source_address() public méthode

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
Résultat System.IAsyncResult

Beginset_entry_source_vlan() public méthode

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
Résultat System.IAsyncResult

Endadd_entry() public méthode

public Endadd_entry ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_description() public méthode

public Endget_description ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_entry() public méthode

public Endget_entry ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_entry_description() public méthode

public Endget_entry_description ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_entry_destination_address() public méthode

public Endget_entry_destination_address ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_entry_destination_port() public méthode

public Endget_entry_destination_port ( System asyncResult ) : long[][]
asyncResult System
Résultat long[][]

Endget_entry_protocol_type() public méthode

public Endget_entry_protocol_type ( System asyncResult ) : SecurityDoSWhitelistProtocolType[][]
asyncResult System
Résultat SecurityDoSWhitelistProtocolType[][]

Endget_entry_source_address() public méthode

public Endget_entry_source_address ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_entry_source_vlan() public méthode

public Endget_entry_source_vlan ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_list() public méthode

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endremove_all_entries() public méthode

public Endremove_all_entries ( System asyncResult ) : void
asyncResult System
Résultat void

Endremove_entry() public méthode

public Endremove_entry ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_description() public méthode

public Endset_description ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_entry_description() public méthode

public Endset_entry_description ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_entry_destination_address() public méthode

public Endset_entry_destination_address ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_entry_destination_port() public méthode

public Endset_entry_destination_port ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_entry_protocol_type() public méthode

public Endset_entry_protocol_type ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_entry_source_address() public méthode

public Endset_entry_source_address ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_entry_source_vlan() public méthode

public Endset_entry_source_vlan ( System asyncResult ) : void
asyncResult System
Résultat void

SecurityDoSWhitelist() public méthode

public SecurityDoSWhitelist ( ) : System
Résultat System