C# Class iControl.LogDestinationIPFIX

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

Méthodes publiques

Méthode Description
Begincreate ( string destinations, string pools, string profiles, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_ipfix_destinations ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_ipfix_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_log_protocol ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_serverssl_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_template_delete_delay ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_template_retransmit_interval ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_transport_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_protocol ( string destinations, LogDestinationIPFIXProtocolVersion protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_pool ( string destinations, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_serverssl_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginset_template_delete_delay ( string destinations, long delays, System callback, object asyncState ) : System.IAsyncResult
Beginset_template_retransmit_interval ( string destinations, long intervals, System callback, object asyncState ) : System.IAsyncResult
Beginset_transport_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_ipfix_destinations ( System asyncResult ) : void
Enddelete_ipfix_destination ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_log_protocol ( System asyncResult ) : LogDestinationIPFIXProtocolVersion[]
Endget_pool ( System asyncResult ) : string[]
Endget_serverssl_profile ( System asyncResult ) : string[]
Endget_template_delete_delay ( System asyncResult ) : long[]
Endget_template_retransmit_interval ( System asyncResult ) : long[]
Endget_transport_profile ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_log_protocol ( System asyncResult ) : void
Endset_pool ( System asyncResult ) : void
Endset_serverssl_profile ( System asyncResult ) : void
Endset_template_delete_delay ( System asyncResult ) : void
Endset_template_retransmit_interval ( System asyncResult ) : void
Endset_transport_profile ( System asyncResult ) : void
LogDestinationIPFIX ( ) : System

Private Methods

Méthode Description
create ( string destinations, string pools, string profiles ) : void
delete_all_ipfix_destinations ( ) : void
delete_ipfix_destination ( string destinations ) : void
get_description ( string destinations ) : string[]
get_list ( ) : string[]
get_log_protocol ( string destinations ) : LogDestinationIPFIXProtocolVersion[]
get_pool ( string destinations ) : string[]
get_serverssl_profile ( string destinations ) : string[]
get_template_delete_delay ( string destinations ) : long[]
get_template_retransmit_interval ( string destinations ) : long[]
get_transport_profile ( string destinations ) : string[]
get_version ( ) : string
set_description ( string destinations, string descriptions ) : void
set_log_protocol ( string destinations, LogDestinationIPFIXProtocolVersion protocols ) : void
set_pool ( string destinations, string pools ) : void
set_serverssl_profile ( string destinations, string profiles ) : void
set_template_delete_delay ( string destinations, long delays ) : void
set_template_retransmit_interval ( string destinations, long intervals ) : void
set_transport_profile ( string destinations, string profiles ) : void

Method Details

Begincreate() public méthode

public Begincreate ( string destinations, string pools, string profiles, System callback, object asyncState ) : System.IAsyncResult
destinations string
pools string
profiles string
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_all_ipfix_destinations() public méthode

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

Begindelete_ipfix_destination() public méthode

public Begindelete_ipfix_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_description() public méthode

public Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations 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_log_protocol() public méthode

public Beginget_log_protocol ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_pool() public méthode

public Beginget_pool ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_serverssl_profile() public méthode

public Beginget_serverssl_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_template_delete_delay() public méthode

public Beginget_template_delete_delay ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_template_retransmit_interval() public méthode

public Beginget_template_retransmit_interval ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_transport_profile() public méthode

public Beginget_transport_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
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

Beginset_description() public méthode

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

Beginset_log_protocol() public méthode

public Beginset_log_protocol ( string destinations, LogDestinationIPFIXProtocolVersion protocols, System callback, object asyncState ) : System.IAsyncResult
destinations string
protocols LogDestinationIPFIXProtocolVersion
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_pool() public méthode

public Beginset_pool ( string destinations, string pools, System callback, object asyncState ) : System.IAsyncResult
destinations string
pools string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_serverssl_profile() public méthode

public Beginset_serverssl_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
destinations string
profiles string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_template_delete_delay() public méthode

public Beginset_template_delete_delay ( string destinations, long delays, System callback, object asyncState ) : System.IAsyncResult
destinations string
delays long
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_template_retransmit_interval() public méthode

public Beginset_template_retransmit_interval ( string destinations, long intervals, System callback, object asyncState ) : System.IAsyncResult
destinations string
intervals long
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_transport_profile() public méthode

public Beginset_transport_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
destinations string
profiles string
callback System
asyncState object
Résultat System.IAsyncResult

Endcreate() public méthode

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

Enddelete_all_ipfix_destinations() public méthode

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

Enddelete_ipfix_destination() public méthode

public Enddelete_ipfix_destination ( 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_list() public méthode

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

Endget_log_protocol() public méthode

public Endget_log_protocol ( System asyncResult ) : LogDestinationIPFIXProtocolVersion[]
asyncResult System
Résultat LogDestinationIPFIXProtocolVersion[]

Endget_pool() public méthode

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

Endget_serverssl_profile() public méthode

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

Endget_template_delete_delay() public méthode

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

Endget_template_retransmit_interval() public méthode

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

Endget_transport_profile() public méthode

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

Endget_version() public méthode

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

Endset_description() public méthode

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

Endset_log_protocol() public méthode

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

Endset_pool() public méthode

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

Endset_serverssl_profile() public méthode

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

Endset_template_delete_delay() public méthode

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

Endset_template_retransmit_interval() public méthode

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

Endset_transport_profile() public méthode

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

LogDestinationIPFIX() public méthode

public LogDestinationIPFIX ( ) : System
Résultat System