C# 클래스 iControl.LocalLBDNSZone

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

공개 메소드들

메소드 설명
Beginadd_transfer_client ( string zones, string servers, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string zones, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_zones ( 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_dns_express_notify_action ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_dns_express_server ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_dns_express_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_dns_express_verify_notify_tsig_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_dns_express_zone_db_statistics ( string zones, long sizes, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_policy_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_server_tsig_key ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_transfer_client ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_transfer_clients ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginremove_transfer_client ( string zones, string servers, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginset_dns_express_notify_action ( string zones, LocalLBDNSZoneNOTIFYAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_dns_express_server ( string zones, string servers, System callback, object asyncState ) : System.IAsyncResult
Beginset_dns_express_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_dns_express_verify_notify_tsig_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_policy_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_server_tsig_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult
Endadd_transfer_client ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_zones ( System asyncResult ) : void
Enddelete_zone ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : LocalLBDNSZoneDNSZoneStatistics
Endget_dns_express_notify_action ( System asyncResult ) : LocalLBDNSZoneNOTIFYAction[]
Endget_dns_express_server ( System asyncResult ) : string[]
Endget_dns_express_state ( System asyncResult ) : CommonEnabledState[]
Endget_dns_express_verify_notify_tsig_state ( System asyncResult ) : CommonEnabledState[]
Endget_dns_express_zone_db_statistics ( System asyncResult ) : LocalLBDNSZoneDNSExpressZoneDBStatistics
Endget_list ( System asyncResult ) : string[]
Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[]
Endget_response_policy_state ( System asyncResult ) : CommonEnabledState[]
Endget_server_tsig_key ( System asyncResult ) : string[]
Endget_statistics ( System asyncResult ) : LocalLBDNSZoneDNSZoneStatistics
Endget_transfer_client ( System asyncResult ) : string[][]
Endget_version ( System asyncResult ) : string
Endremove_all_transfer_clients ( System asyncResult ) : void
Endremove_transfer_client ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_dns_express_notify_action ( System asyncResult ) : void
Endset_dns_express_server ( System asyncResult ) : void
Endset_dns_express_state ( System asyncResult ) : void
Endset_dns_express_verify_notify_tsig_state ( System asyncResult ) : void
Endset_response_policy_state ( System asyncResult ) : void
Endset_server_tsig_key ( System asyncResult ) : void
LocalLBDNSZone ( ) : System

비공개 메소드들

메소드 설명
add_transfer_client ( string zones, string servers ) : void
create ( string zones ) : void
delete_all_zones ( ) : void
delete_zone ( string zones ) : void
get_all_statistics ( ) : LocalLBDNSZoneDNSZoneStatistics
get_dns_express_notify_action ( string zones ) : LocalLBDNSZoneNOTIFYAction[]
get_dns_express_server ( string zones ) : string[]
get_dns_express_state ( string zones ) : CommonEnabledState[]
get_dns_express_verify_notify_tsig_state ( string zones ) : CommonEnabledState[]
get_dns_express_zone_db_statistics ( string zones, long sizes ) : LocalLBDNSZoneDNSExpressZoneDBStatistics
get_list ( ) : string[]
get_object_status ( string zones ) : iControl.CommonObjectStatus[]
get_response_policy_state ( string zones ) : CommonEnabledState[]
get_server_tsig_key ( string zones ) : string[]
get_statistics ( string zones ) : LocalLBDNSZoneDNSZoneStatistics
get_transfer_client ( string zones ) : string[][]
get_version ( ) : string
remove_all_transfer_clients ( string zones ) : void
remove_transfer_client ( string zones, string servers ) : void
reset_statistics ( string zones ) : void
set_dns_express_notify_action ( string zones, LocalLBDNSZoneNOTIFYAction actions ) : void
set_dns_express_server ( string zones, string servers ) : void
set_dns_express_state ( string zones, CommonEnabledState states ) : void
set_dns_express_verify_notify_tsig_state ( string zones, CommonEnabledState states ) : void
set_response_policy_state ( string zones, CommonEnabledState states ) : void
set_server_tsig_key ( string zones, string keys ) : void

메소드 상세

Beginadd_transfer_client() 공개 메소드

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

Begincreate() 공개 메소드

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

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

Beginget_dns_express_server() 공개 메소드

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

Beginget_dns_express_state() 공개 메소드

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

Beginget_dns_express_verify_notify_tsig_state() 공개 메소드

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

Beginget_dns_express_zone_db_statistics() 공개 메소드

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

Beginget_list() 공개 메소드

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

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

Beginget_server_tsig_key() 공개 메소드

public Beginget_server_tsig_key ( 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_client() 공개 메소드

public Beginget_transfer_client ( 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

Beginremove_all_transfer_clients() 공개 메소드

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

Beginremove_transfer_client() 공개 메소드

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

Beginreset_statistics() 공개 메소드

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

Beginset_dns_express_notify_action() 공개 메소드

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

Beginset_dns_express_server() 공개 메소드

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

Beginset_dns_express_state() 공개 메소드

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

Beginset_dns_express_verify_notify_tsig_state() 공개 메소드

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

Beginset_response_policy_state() 공개 메소드

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

Beginset_server_tsig_key() 공개 메소드

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

Endadd_transfer_client() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_zones() 공개 메소드

public Enddelete_all_zones ( 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 ) : LocalLBDNSZoneDNSZoneStatistics
asyncResult System
리턴 LocalLBDNSZoneDNSZoneStatistics

Endget_dns_express_notify_action() 공개 메소드

public Endget_dns_express_notify_action ( System asyncResult ) : LocalLBDNSZoneNOTIFYAction[]
asyncResult System
리턴 LocalLBDNSZoneNOTIFYAction[]

Endget_dns_express_server() 공개 메소드

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

Endget_dns_express_state() 공개 메소드

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

Endget_dns_express_verify_notify_tsig_state() 공개 메소드

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

Endget_dns_express_zone_db_statistics() 공개 메소드

public Endget_dns_express_zone_db_statistics ( System asyncResult ) : LocalLBDNSZoneDNSExpressZoneDBStatistics
asyncResult System
리턴 LocalLBDNSZoneDNSExpressZoneDBStatistics

Endget_list() 공개 메소드

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

Endget_object_status() 공개 메소드

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

Endget_response_policy_state() 공개 메소드

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

Endget_server_tsig_key() 공개 메소드

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

Endget_statistics() 공개 메소드

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

Endget_transfer_client() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_transfer_clients() 공개 메소드

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

Endremove_transfer_client() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endset_dns_express_notify_action() 공개 메소드

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

Endset_dns_express_server() 공개 메소드

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

Endset_dns_express_state() 공개 메소드

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

Endset_dns_express_verify_notify_tsig_state() 공개 메소드

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

Endset_response_policy_state() 공개 메소드

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

Endset_server_tsig_key() 공개 메소드

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

LocalLBDNSZone() 공개 메소드

public LocalLBDNSZone ( ) : System
리턴 System