C# Class iControl.LocalLBDNSExpress

Inheritance: iControlInterface
Datei anzeigen Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Begincreate() public method

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

Begincreate_tsig_key() public method

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
return System.IAsyncResult

Begindelete_all_tsig_keys() public method

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

Begindelete_all_zones() public method

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

Begindelete_tsig_key() public method

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

Begindelete_zone() public method

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

Beginget_all_statistics() public method

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

Beginget_enabled_state() public method

public Beginget_enabled_state ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones 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_notify_action() public method

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

Beginget_object_status() public method

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

Beginget_statistics() public method

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

Beginget_transfer_target() public method

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

Beginget_tsig_key() public method

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

Beginget_tsig_key_algorithm() public method

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

Beginget_tsig_key_list() public method

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

Beginget_tsig_key_secret() public method

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

Beginget_verify_notify_tsig_state() public method

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

Beginget_zone_db_statistics() public method

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

Beginset_enabled_state() public method

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

Beginset_notify_action() public method

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

Beginset_transfer_target() public method

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

Beginset_tsig_key() public method

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

Beginset_tsig_key_algorithm() public method

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

Beginset_tsig_key_secret() public method

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

Beginset_verify_notify_tsig_state() public method

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

Endcreate() public method

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

Endcreate_tsig_key() public method

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

Enddelete_all_tsig_keys() public method

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

Enddelete_all_zones() public method

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

Enddelete_tsig_key() public method

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

Enddelete_zone() public method

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

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressStatistics
asyncResult System
return LocalLBDNSExpressDNSExpressStatistics

Endget_enabled_state() public method

public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_list() public method

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

Endget_notify_action() public method

public Endget_notify_action ( System asyncResult ) : LocalLBDNSExpressNOTIFYAction[]
asyncResult System
return LocalLBDNSExpressNOTIFYAction[]

Endget_object_status() public method

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

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressStatistics
asyncResult System
return LocalLBDNSExpressDNSExpressStatistics

Endget_transfer_target() public method

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

Endget_tsig_key() public method

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

Endget_tsig_key_algorithm() public method

public Endget_tsig_key_algorithm ( System asyncResult ) : LocalLBDNSExpressTSIGKeyAlgorithm[]
asyncResult System
return LocalLBDNSExpressTSIGKeyAlgorithm[]

Endget_tsig_key_list() public method

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

Endget_tsig_key_secret() public method

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

Endget_verify_notify_tsig_state() public method

public Endget_verify_notify_tsig_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_version() public method

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

Endget_zone_db_statistics() public method

public Endget_zone_db_statistics ( System asyncResult ) : LocalLBDNSExpressDNSExpressZoneDBStatistics
asyncResult System
return LocalLBDNSExpressDNSExpressZoneDBStatistics

Endset_enabled_state() public method

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

Endset_notify_action() public method

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

Endset_transfer_target() public method

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

Endset_tsig_key() public method

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

Endset_tsig_key_algorithm() public method

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

Endset_tsig_key_secret() public method

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

Endset_verify_notify_tsig_state() public method

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

LocalLBDNSExpress() public method

public LocalLBDNSExpress ( ) : System
return System