C# 클래스 iControl.LocalLBDNSExpress

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Begincreate ( string zones, string targets, System callback, object asyncState ) : System.IAsyncResult
Begincreate_tsig_key ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, string secrets, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_tsig_keys ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_zones ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_tsig_key ( string keys, System callback, object asyncState ) : System.IAsyncResult
Begindelete_zone ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_notify_action ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_transfer_target ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_tsig_key ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_tsig_key_algorithm ( string keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_tsig_key_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_tsig_key_secret ( string keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_verify_notify_tsig_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_zone_db_statistics ( string zones, long sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_notify_action ( string zones, LocalLBDNSExpressNOTIFYAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_transfer_target ( string zones, string targets, System callback, object asyncState ) : System.IAsyncResult
Beginset_tsig_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginset_tsig_key_algorithm ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
Beginset_tsig_key_secret ( string keys, string secrets, System callback, object asyncState ) : System.IAsyncResult
Beginset_verify_notify_tsig_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Endcreate_tsig_key ( System asyncResult ) : void
Enddelete_all_tsig_keys ( System asyncResult ) : void
Enddelete_all_zones ( System asyncResult ) : void
Enddelete_tsig_key ( System asyncResult ) : void
Enddelete_zone ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressStatistics
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_notify_action ( System asyncResult ) : LocalLBDNSExpressNOTIFYAction[]
Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[]
Endget_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressStatistics
Endget_transfer_target ( System asyncResult ) : string[]
Endget_tsig_key ( System asyncResult ) : string[]
Endget_tsig_key_algorithm ( System asyncResult ) : LocalLBDNSExpressTSIGKeyAlgorithm[]
Endget_tsig_key_list ( System asyncResult ) : string[]
Endget_tsig_key_secret ( System asyncResult ) : string[]
Endget_verify_notify_tsig_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endget_zone_db_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressZoneDBStatistics
Endset_enabled_state ( System asyncResult ) : void
Endset_notify_action ( System asyncResult ) : void
Endset_transfer_target ( System asyncResult ) : void
Endset_tsig_key ( System asyncResult ) : void
Endset_tsig_key_algorithm ( System asyncResult ) : void
Endset_tsig_key_secret ( System asyncResult ) : void
Endset_verify_notify_tsig_state ( System asyncResult ) : void
LocalLBDNSExpress ( ) : System

비공개 메소드들

메소드 설명
create ( string zones, string targets ) : void
create_tsig_key ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, string secrets ) : void
delete_all_tsig_keys ( ) : void
delete_all_zones ( ) : void
delete_tsig_key ( string keys ) : void
delete_zone ( string zones ) : void
get_all_statistics ( ) : LocalLBDNSExpressDNSExpressStatistics
get_enabled_state ( string zones ) : CommonEnabledState[]
get_list ( ) : string[]
get_notify_action ( string zones ) : LocalLBDNSExpressNOTIFYAction[]
get_object_status ( string zones ) : iControl.CommonObjectStatus[]
get_statistics ( string zones ) : LocalLBDNSExpressDNSExpressStatistics
get_transfer_target ( string zones ) : string[]
get_tsig_key ( string zones ) : string[]
get_tsig_key_algorithm ( string keys ) : LocalLBDNSExpressTSIGKeyAlgorithm[]
get_tsig_key_list ( ) : string[]
get_tsig_key_secret ( string keys ) : string[]
get_verify_notify_tsig_state ( string zones ) : CommonEnabledState[]
get_version ( ) : string
get_zone_db_statistics ( string zones, long sizes ) : LocalLBDNSExpressDNSExpressZoneDBStatistics
set_enabled_state ( string zones, CommonEnabledState states ) : void
set_notify_action ( string zones, LocalLBDNSExpressNOTIFYAction actions ) : void
set_transfer_target ( string zones, string targets ) : void
set_tsig_key ( string zones, string keys ) : void
set_tsig_key_algorithm ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms ) : void
set_tsig_key_secret ( string keys, string secrets ) : void
set_verify_notify_tsig_state ( string zones, CommonEnabledState states ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( string zones, string targets, System callback, object asyncState ) : System.IAsyncResult
zones string
targets string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate_tsig_key() 공개 메소드

public Begincreate_tsig_key ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, string secrets, System callback, object asyncState ) : System.IAsyncResult
keys string
algorithms LocalLBDNSExpressTSIGKeyAlgorithm
secrets string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_tsig_keys() 공개 메소드

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

Begindelete_all_zones() 공개 메소드

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

Begindelete_tsig_key() 공개 메소드

public Begindelete_tsig_key ( string keys, System callback, object asyncState ) : System.IAsyncResult
keys string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_zone() 공개 메소드

public Begindelete_zone ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_all_statistics() 공개 메소드

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

Beginget_enabled_state() 공개 메소드

public Beginget_enabled_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones 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_notify_action() 공개 메소드

public Beginget_notify_action ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_object_status() 공개 메소드

public Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

public Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_transfer_target() 공개 메소드

public Beginget_transfer_target ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_tsig_key() 공개 메소드

public Beginget_tsig_key ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_tsig_key_algorithm() 공개 메소드

public Beginget_tsig_key_algorithm ( string keys, System callback, object asyncState ) : System.IAsyncResult
keys string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_tsig_key_list() 공개 메소드

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

Beginget_tsig_key_secret() 공개 메소드

public Beginget_tsig_key_secret ( string keys, System callback, object asyncState ) : System.IAsyncResult
keys string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_verify_notify_tsig_state() 공개 메소드

public Beginget_verify_notify_tsig_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginget_zone_db_statistics() 공개 메소드

public Beginget_zone_db_statistics ( string zones, long sizes, System callback, object asyncState ) : System.IAsyncResult
zones string
sizes long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_enabled_state() 공개 메소드

public Beginset_enabled_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
zones string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_notify_action() 공개 메소드

public Beginset_notify_action ( string zones, LocalLBDNSExpressNOTIFYAction actions, System callback, object asyncState ) : System.IAsyncResult
zones string
actions LocalLBDNSExpressNOTIFYAction
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_transfer_target() 공개 메소드

public Beginset_transfer_target ( string zones, string targets, System callback, object asyncState ) : System.IAsyncResult
zones string
targets string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_tsig_key() 공개 메소드

public Beginset_tsig_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult
zones string
keys string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_tsig_key_algorithm() 공개 메소드

public Beginset_tsig_key_algorithm ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
keys string
algorithms LocalLBDNSExpressTSIGKeyAlgorithm
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_tsig_key_secret() 공개 메소드

public Beginset_tsig_key_secret ( string keys, string secrets, System callback, object asyncState ) : System.IAsyncResult
keys string
secrets string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_verify_notify_tsig_state() 공개 메소드

public Beginset_verify_notify_tsig_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
zones string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Endcreate_tsig_key() 공개 메소드

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

Enddelete_all_tsig_keys() 공개 메소드

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

Enddelete_all_zones() 공개 메소드

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

Enddelete_tsig_key() 공개 메소드

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

Enddelete_zone() 공개 메소드

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

Endget_all_statistics() 공개 메소드

public Endget_all_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressStatistics
asyncResult System
리턴 LocalLBDNSExpressDNSExpressStatistics

Endget_enabled_state() 공개 메소드

public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_list() 공개 메소드

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

Endget_notify_action() 공개 메소드

public Endget_notify_action ( System asyncResult ) : LocalLBDNSExpressNOTIFYAction[]
asyncResult System
리턴 LocalLBDNSExpressNOTIFYAction[]

Endget_object_status() 공개 메소드

public Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[]
asyncResult System
리턴 iControl.CommonObjectStatus[]

Endget_statistics() 공개 메소드

public Endget_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressStatistics
asyncResult System
리턴 LocalLBDNSExpressDNSExpressStatistics

Endget_transfer_target() 공개 메소드

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

Endget_tsig_key() 공개 메소드

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

Endget_tsig_key_algorithm() 공개 메소드

public Endget_tsig_key_algorithm ( System asyncResult ) : LocalLBDNSExpressTSIGKeyAlgorithm[]
asyncResult System
리턴 LocalLBDNSExpressTSIGKeyAlgorithm[]

Endget_tsig_key_list() 공개 메소드

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

Endget_tsig_key_secret() 공개 메소드

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

Endget_verify_notify_tsig_state() 공개 메소드

public Endget_verify_notify_tsig_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_version() 공개 메소드

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

Endget_zone_db_statistics() 공개 메소드

public Endget_zone_db_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressZoneDBStatistics
asyncResult System
리턴 LocalLBDNSExpressDNSExpressZoneDBStatistics

Endset_enabled_state() 공개 메소드

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

Endset_notify_action() 공개 메소드

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

Endset_transfer_target() 공개 메소드

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

Endset_tsig_key() 공개 메소드

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

Endset_tsig_key_algorithm() 공개 메소드

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

Endset_tsig_key_secret() 공개 메소드

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

Endset_verify_notify_tsig_state() 공개 메소드

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

LocalLBDNSExpress() 공개 메소드

public LocalLBDNSExpress ( ) : System
리턴 System