C# Class iControl.LogDestinationIPFIX

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

Public Methods

Method 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

Method 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 method

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

Begindelete_all_ipfix_destinations() public method

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

Begindelete_ipfix_destination() public method

public Begindelete_ipfix_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

public Beginget_log_protocol ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult

Beginget_pool() public method

public Beginget_pool ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult

Beginget_serverssl_profile() public method

public Beginget_serverssl_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult

Beginget_template_delete_delay() public method

public Beginget_template_delete_delay ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult

Beginget_template_retransmit_interval() public method

public Beginget_template_retransmit_interval ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult

Beginget_transport_profile() public method

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

Beginset_description() public method

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

Beginset_log_protocol() public method

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

Beginset_pool() public method

public Beginset_pool ( string destinations, string pools, System callback, object asyncState ) : System.IAsyncResult
destinations string
pools string
callback System
asyncState object
return System.IAsyncResult

Beginset_serverssl_profile() public method

public Beginset_serverssl_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
destinations string
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginset_template_delete_delay() public method

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

Beginset_template_retransmit_interval() public method

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

Beginset_transport_profile() public method

public Beginset_transport_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
destinations string
profiles string
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

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

Enddelete_all_ipfix_destinations() public method

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

Enddelete_ipfix_destination() public method

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

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_log_protocol() public method

public Endget_log_protocol ( System asyncResult ) : LogDestinationIPFIXProtocolVersion[]
asyncResult System
return LogDestinationIPFIXProtocolVersion[]

Endget_pool() public method

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

Endget_serverssl_profile() public method

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

Endget_template_delete_delay() public method

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

Endget_template_retransmit_interval() public method

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

Endget_transport_profile() public method

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

Endget_version() public method

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

Endset_description() public method

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

Endset_log_protocol() public method

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

Endset_pool() public method

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

Endset_serverssl_profile() public method

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

Endset_template_delete_delay() public method

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

Endset_template_retransmit_interval() public method

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

Endset_transport_profile() public method

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

LogDestinationIPFIX() public method

public LogDestinationIPFIX ( ) : System
return System