C# 클래스 iControl.GlobalLBDNSSECZone

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

공개 메소드들

메소드 설명
Beginadd_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string zones, string keys, 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_authenticated_data_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_ds_algorithm ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_key ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_nsec3_iteration_count ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_object_status ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_secure_entry_point ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_transfer_external_serial ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_transfer_master_serial ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_keys ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginremove_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string zones, System callback, object asyncState ) : System.IAsyncResult
Beginset_authenticated_data_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string zones, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_ds_algorithm ( string zones, GlobalLBDNSSECZoneHashAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string zones, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_nsec3_iteration_count ( string zones, long counts, System callback, object asyncState ) : System.IAsyncResult
Endadd_key ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_zones ( System asyncResult ) : void
Enddelete_zone ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : GlobalLBDNSSECZoneDNSSECStatistics
Endget_authenticated_data_state ( System asyncResult ) : CommonEnabledState[]
Endget_description ( System asyncResult ) : string[]
Endget_ds_algorithm ( System asyncResult ) : GlobalLBDNSSECZoneHashAlgorithm[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_key ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_nsec3_iteration_count ( System asyncResult ) : long[]
Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[]
Endget_secure_entry_point ( System asyncResult ) : iControl.GlobalLBDNSSECZoneSecureEntryPoint[][]
Endget_statistics ( System asyncResult ) : GlobalLBDNSSECZoneDNSSECStatistics
Endget_transfer_external_serial ( System asyncResult ) : iControl.CommonULong64[]
Endget_transfer_master_serial ( System asyncResult ) : iControl.CommonULong64[]
Endget_version ( System asyncResult ) : string
Endremove_all_keys ( System asyncResult ) : void
Endremove_key ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_authenticated_data_state ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_ds_algorithm ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_nsec3_iteration_count ( System asyncResult ) : void
GlobalLBDNSSECZone ( ) : System

비공개 메소드들

메소드 설명
add_key ( string zones, string keys ) : void
create ( string zones, string keys ) : void
delete_all_zones ( ) : void
delete_zone ( string zones ) : void
get_all_statistics ( ) : GlobalLBDNSSECZoneDNSSECStatistics
get_authenticated_data_state ( string zones ) : CommonEnabledState[]
get_description ( string zones ) : string[]
get_ds_algorithm ( string zones ) : GlobalLBDNSSECZoneHashAlgorithm[]
get_enabled_state ( string zones ) : CommonEnabledState[]
get_key ( string zones ) : string[][]
get_list ( ) : string[]
get_nsec3_iteration_count ( string zones ) : long[]
get_object_status ( string zones ) : iControl.CommonObjectStatus[]
get_secure_entry_point ( string zones ) : iControl.GlobalLBDNSSECZoneSecureEntryPoint[][]
get_statistics ( string zones ) : GlobalLBDNSSECZoneDNSSECStatistics
get_transfer_external_serial ( string zones ) : iControl.CommonULong64[]
get_transfer_master_serial ( string zones ) : iControl.CommonULong64[]
get_version ( ) : string
remove_all_keys ( string zones ) : void
remove_key ( string zones, string keys ) : void
reset_statistics ( string zones ) : void
set_authenticated_data_state ( string zones, CommonEnabledState states ) : void
set_description ( string zones, string descriptions ) : void
set_ds_algorithm ( string zones, GlobalLBDNSSECZoneHashAlgorithm algorithms ) : void
set_enabled_state ( string zones, CommonEnabledState states ) : void
set_nsec3_iteration_count ( string zones, long counts ) : void

메소드 상세

Beginadd_key() 공개 메소드

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

Begincreate() 공개 메소드

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

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

Beginget_description() 공개 메소드

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

Beginget_ds_algorithm() 공개 메소드

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

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

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

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

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

Beginget_transfer_master_serial() 공개 메소드

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

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

Beginremove_key() 공개 메소드

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

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

Beginset_description() 공개 메소드

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

Beginset_ds_algorithm() 공개 메소드

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

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

Endadd_key() 공개 메소드

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

Endget_authenticated_data_state() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_ds_algorithm() 공개 메소드

public Endget_ds_algorithm ( System asyncResult ) : GlobalLBDNSSECZoneHashAlgorithm[]
asyncResult System
리턴 GlobalLBDNSSECZoneHashAlgorithm[]

Endget_enabled_state() 공개 메소드

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

Endget_key() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_nsec3_iteration_count() 공개 메소드

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

Endget_object_status() 공개 메소드

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

Endget_secure_entry_point() 공개 메소드

public Endget_secure_entry_point ( System asyncResult ) : iControl.GlobalLBDNSSECZoneSecureEntryPoint[][]
asyncResult System
리턴 iControl.GlobalLBDNSSECZoneSecureEntryPoint[][]

Endget_statistics() 공개 메소드

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

Endget_transfer_external_serial() 공개 메소드

public Endget_transfer_external_serial ( System asyncResult ) : iControl.CommonULong64[]
asyncResult System
리턴 iControl.CommonULong64[]

Endget_transfer_master_serial() 공개 메소드

public Endget_transfer_master_serial ( System asyncResult ) : iControl.CommonULong64[]
asyncResult System
리턴 iControl.CommonULong64[]

Endget_version() 공개 메소드

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

Endremove_all_keys() 공개 메소드

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

Endremove_key() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endset_authenticated_data_state() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_ds_algorithm() 공개 메소드

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

Endset_enabled_state() 공개 메소드

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

Endset_nsec3_iteration_count() 공개 메소드

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

GlobalLBDNSSECZone() 공개 메소드

public GlobalLBDNSSECZone ( ) : System
리턴 System