C# Class iControl.LocalLBDNSZone

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Beginadd_transfer_client() public method

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

Begincreate() public method

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

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

Beginget_dns_express_server() public method

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

Beginget_dns_express_state() public method

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

Beginget_dns_express_verify_notify_tsig_state() public method

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

Beginget_dns_express_zone_db_statistics() public method

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

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
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_response_policy_state() public method

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

Beginget_server_tsig_key() public method

public Beginget_server_tsig_key ( 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_client() public method

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

Beginremove_all_transfer_clients() public method

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

Beginremove_transfer_client() public method

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

Beginreset_statistics() public method

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

Beginset_dns_express_notify_action() public method

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

Beginset_dns_express_server() public method

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

Beginset_dns_express_state() public method

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

Beginset_dns_express_verify_notify_tsig_state() public method

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

Beginset_response_policy_state() public method

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

Beginset_server_tsig_key() public method

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

Endadd_transfer_client() public method

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

Endcreate() public method

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

Enddelete_all_zones() public method

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

Endget_dns_express_notify_action() public method

public Endget_dns_express_notify_action ( System asyncResult ) : LocalLBDNSZoneNOTIFYAction[]
asyncResult System
return LocalLBDNSZoneNOTIFYAction[]

Endget_dns_express_server() public method

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

Endget_dns_express_state() public method

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

Endget_dns_express_verify_notify_tsig_state() public method

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

Endget_dns_express_zone_db_statistics() public method

public Endget_dns_express_zone_db_statistics ( System asyncResult ) : LocalLBDNSZoneDNSExpressZoneDBStatistics
asyncResult System
return LocalLBDNSZoneDNSExpressZoneDBStatistics

Endget_list() public method

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

Endget_object_status() public method

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

Endget_response_policy_state() public method

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

Endget_server_tsig_key() public method

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

Endget_statistics() public method

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

Endget_transfer_client() public method

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

Endget_version() public method

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

Endremove_all_transfer_clients() public method

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

Endremove_transfer_client() public method

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

Endreset_statistics() public method

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

Endset_dns_express_notify_action() public method

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

Endset_dns_express_server() public method

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

Endset_dns_express_state() public method

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

Endset_dns_express_verify_notify_tsig_state() public method

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

Endset_response_policy_state() public method

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

Endset_server_tsig_key() public method

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

LocalLBDNSZone() public method

public LocalLBDNSZone ( ) : System
return System