C# 클래스 iControl.LocalLBMessageRoutingTransportConfig

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Beginadd_profile() 공개 메소드

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

Begincreate() 공개 메소드

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
리턴 System.IAsyncResult

Begindelete_all_transport_configs() 공개 메소드

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

Begindelete_transport_config() 공개 메소드

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

Beginget_description() 공개 메소드

public Beginget_description ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_profile() 공개 메소드

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

Beginget_protocol() 공개 메소드

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

Beginget_rule() 공개 메소드

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

Beginget_source_address_translation_pool() 공개 메소드

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

Beginget_source_address_translation_type() 공개 메소드

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

Beginget_source_port() 공개 메소드

public Beginget_source_port ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginremove_all_profiles() 공개 메소드

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

Beginremove_profile() 공개 메소드

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

Beginreplace_rule() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_source_address_translation_pool() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_source_address_translation_pool_with_type() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_source_address_translation_type() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_source_port() 공개 메소드

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

Endadd_profile() 공개 메소드

public Endadd_profile ( System asyncResult ) : void
asyncResult System
리턴 void

Endcreate() 공개 메소드

public Endcreate ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_transport_configs() 공개 메소드

public Enddelete_all_transport_configs ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_transport_config() 공개 메소드

public Enddelete_transport_config ( System asyncResult ) : void
asyncResult System
리턴 void

Endget_description() 공개 메소드

public Endget_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_profile() 공개 메소드

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

Endget_protocol() 공개 메소드

public Endget_protocol ( System asyncResult ) : LocalLBMessageRoutingProtocol[]
asyncResult System
리턴 LocalLBMessageRoutingProtocol[]

Endget_rule() 공개 메소드

public Endget_rule ( System asyncResult ) : string[][]
asyncResult System
리턴 string[][]

Endget_source_address_translation_pool() 공개 메소드

public Endget_source_address_translation_pool ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_source_address_translation_type() 공개 메소드

public Endget_source_address_translation_type ( System asyncResult ) : LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
asyncResult System
리턴 LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]

Endget_source_port() 공개 메소드

public Endget_source_port ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endremove_all_profiles() 공개 메소드

public Endremove_all_profiles ( System asyncResult ) : void
asyncResult System
리턴 void

Endremove_profile() 공개 메소드

public Endremove_profile ( System asyncResult ) : void
asyncResult System
리턴 void

Endreplace_rule() 공개 메소드

public Endreplace_rule ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_description() 공개 메소드

public Endset_description ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_source_address_translation_pool() 공개 메소드

public Endset_source_address_translation_pool ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_source_address_translation_pool_with_type() 공개 메소드

public Endset_source_address_translation_pool_with_type ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_source_address_translation_type() 공개 메소드

public Endset_source_address_translation_type ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_source_port() 공개 메소드

public Endset_source_port ( System asyncResult ) : void
asyncResult System
리턴 void

LocalLBMessageRoutingTransportConfig() 공개 메소드

public LocalLBMessageRoutingTransportConfig ( ) : System
리턴 System