C# Class iControl.LocalLBMessageRoutingTransportConfig

Inheritance: iControlInterface
Mostrar archivo Open project: f5devcentral/f5-icontrol-library-dotnet

Public Methods

Method Description
Beginadd_profile ( string transport_configs, string profiles, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string transport_configs, LocalLBMessageRoutingProtocol protocols, string profiles, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_transport_configs ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_transport_config ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_profile ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_protocol ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_rule ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_address_translation_pool ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_address_translation_type ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_port ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_profiles ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginremove_profile ( string transport_configs, string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginreplace_rule ( string transport_configs, string rules, long priorities, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string transport_configs, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_address_translation_pool ( string transport_configs, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_address_translation_pool_with_type ( string transport_configs, string pools, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_address_translation_type ( string transport_configs, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_port ( string transport_configs, long ports, System callback, object asyncState ) : System.IAsyncResult
Endadd_profile ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_transport_configs ( System asyncResult ) : void
Enddelete_transport_config ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_profile ( System asyncResult ) : iControl.LocalLBMessageRoutingTransportConfigTransportConfigProfile[][]
Endget_protocol ( System asyncResult ) : LocalLBMessageRoutingProtocol[]
Endget_rule ( System asyncResult ) : string[][]
Endget_source_address_translation_pool ( System asyncResult ) : string[]
Endget_source_address_translation_type ( System asyncResult ) : LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
Endget_source_port ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endremove_all_profiles ( System asyncResult ) : void
Endremove_profile ( System asyncResult ) : void
Endreplace_rule ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_source_address_translation_pool ( System asyncResult ) : void
Endset_source_address_translation_pool_with_type ( System asyncResult ) : void
Endset_source_address_translation_type ( System asyncResult ) : void
Endset_source_port ( System asyncResult ) : void
LocalLBMessageRoutingTransportConfig ( ) : System

Private Methods

Method Description
add_profile ( string transport_configs, string profiles ) : void
create ( string transport_configs, LocalLBMessageRoutingProtocol protocols, string profiles ) : void
delete_all_transport_configs ( ) : void
delete_transport_config ( string transport_configs ) : void
get_description ( string transport_configs ) : string[]
get_list ( ) : string[]
get_profile ( string transport_configs ) : iControl.LocalLBMessageRoutingTransportConfigTransportConfigProfile[][]
get_protocol ( string transport_configs ) : LocalLBMessageRoutingProtocol[]
get_rule ( string transport_configs ) : string[][]
get_source_address_translation_pool ( string transport_configs ) : string[]
get_source_address_translation_type ( string transport_configs ) : LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
get_source_port ( string transport_configs ) : long[]
get_version ( ) : string
remove_all_profiles ( string transport_configs ) : void
remove_profile ( string transport_configs, string profiles ) : void
replace_rule ( string transport_configs, string rules, long priorities ) : void
set_description ( string transport_configs, string descriptions ) : void
set_source_address_translation_pool ( string transport_configs, string pools ) : void
set_source_address_translation_pool_with_type ( string transport_configs, string pools, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types ) : void
set_source_address_translation_type ( string transport_configs, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types ) : void
set_source_port ( string transport_configs, long ports ) : void

Method Details

Beginadd_profile() public method

public Beginadd_profile ( string transport_configs, string profiles, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
profiles string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string transport_configs, LocalLBMessageRoutingProtocol protocols, string profiles, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
protocols LocalLBMessageRoutingProtocol
profiles string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_transport_configs() public method

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

Begindelete_transport_config() public method

public Begindelete_transport_config ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

public Beginget_profile ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
return System.IAsyncResult

Beginget_protocol() public method

public Beginget_protocol ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
return System.IAsyncResult

Beginget_rule() public method

public Beginget_rule ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
return System.IAsyncResult

Beginget_source_address_translation_pool() public method

public Beginget_source_address_translation_pool ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
return System.IAsyncResult

Beginget_source_address_translation_type() public method

public Beginget_source_address_translation_type ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
return System.IAsyncResult

Beginget_source_port() public method

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

Beginremove_all_profiles() public method

public Beginremove_all_profiles ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
return System.IAsyncResult

Beginremove_profile() public method

public Beginremove_profile ( string transport_configs, string profiles, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginreplace_rule() public method

public Beginreplace_rule ( string transport_configs, string rules, long priorities, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
rules string
priorities long
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_source_address_translation_pool() public method

public Beginset_source_address_translation_pool ( string transport_configs, string pools, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
pools string
callback System
asyncState object
return System.IAsyncResult

Beginset_source_address_translation_pool_with_type() public method

public Beginset_source_address_translation_pool_with_type ( string transport_configs, string pools, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
pools string
types LocalLBMessageRoutingTransportConfigSourceAddressTranslationType
callback System
asyncState object
return System.IAsyncResult

Beginset_source_address_translation_type() public method

public Beginset_source_address_translation_type ( string transport_configs, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
types LocalLBMessageRoutingTransportConfigSourceAddressTranslationType
callback System
asyncState object
return System.IAsyncResult

Beginset_source_port() public method

public Beginset_source_port ( string transport_configs, long ports, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
ports long
callback System
asyncState object
return System.IAsyncResult

Endadd_profile() public method

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

Endcreate() public method

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

Enddelete_all_transport_configs() public method

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

Enddelete_transport_config() public method

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

public Endget_profile ( System asyncResult ) : iControl.LocalLBMessageRoutingTransportConfigTransportConfigProfile[][]
asyncResult System
return iControl.LocalLBMessageRoutingTransportConfigTransportConfigProfile[][]

Endget_protocol() public method

public Endget_protocol ( System asyncResult ) : LocalLBMessageRoutingProtocol[]
asyncResult System
return LocalLBMessageRoutingProtocol[]

Endget_rule() public method

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

Endget_source_address_translation_pool() public method

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

Endget_source_address_translation_type() public method

public Endget_source_address_translation_type ( System asyncResult ) : LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
asyncResult System
return LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]

Endget_source_port() public method

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

Endget_version() public method

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

Endremove_all_profiles() public method

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

Endremove_profile() public method

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

Endreplace_rule() public method

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

Endset_description() public method

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

Endset_source_address_translation_pool() public method

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

Endset_source_address_translation_pool_with_type() public method

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

Endset_source_address_translation_type() public method

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

Endset_source_port() public method

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

LocalLBMessageRoutingTransportConfig() public method

public LocalLBMessageRoutingTransportConfig ( ) : System
return System