C# Class iControl.ManagementZone

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

Public Methods

Method Description
Beginadd_zone_file ( ManagementZoneInfo zone_records, string src_file_names, bool sync_ptrs, System callback, object asyncState ) : System.IAsyncResult
Beginadd_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
Beginadd_zone_text ( ManagementZoneInfo zone_records, string text, bool sync_ptrs, System callback, object asyncState ) : System.IAsyncResult
Begindelete_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
Begindelete_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_zone_name ( string view_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_zone_v2 ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
Beginset_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
Begintransfer_zone ( string server_names, string src_zone_names, string dst_view_names, ManagementZoneInfo zone_records, System callback, object asyncState ) : System.IAsyncResult
Beginzone_exist ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
Endadd_zone_file ( System asyncResult ) : void
Endadd_zone_option ( System asyncResult ) : void
Endadd_zone_text ( System asyncResult ) : void
Enddelete_zone ( System asyncResult ) : void
Enddelete_zone_option ( System asyncResult ) : void
Endget_version ( System asyncResult ) : string
Endget_zone ( System asyncResult ) : iControl.ManagementZoneInfo[]
Endget_zone_name ( System asyncResult ) : iControl.ManagementViewZone[]
Endget_zone_v2 ( System asyncResult ) : iControl.ManagementZoneInfo[]
Endset_zone_option ( System asyncResult ) : void
Endtransfer_zone ( System asyncResult ) : void
Endzone_exist ( System asyncResult ) : bool[]
ManagementZone ( ) : System

Private Methods

Method Description
add_zone_file ( ManagementZoneInfo zone_records, string src_file_names, bool sync_ptrs ) : void
add_zone_option ( ManagementZoneInfo zones ) : void
add_zone_text ( ManagementZoneInfo zone_records, string text, bool sync_ptrs ) : void
delete_zone ( ManagementViewZone view_zones ) : void
delete_zone_option ( ManagementZoneInfo zones ) : void
get_version ( ) : string
get_zone ( ManagementViewZone view_zones ) : iControl.ManagementZoneInfo[]
get_zone_name ( string view_names ) : iControl.ManagementViewZone[]
get_zone_v2 ( ManagementViewZone view_zones ) : iControl.ManagementZoneInfo[]
set_zone_option ( ManagementZoneInfo zones ) : void
transfer_zone ( string server_names, string src_zone_names, string dst_view_names, ManagementZoneInfo zone_records ) : void
zone_exist ( ManagementViewZone view_zones ) : bool[]

Method Details

Beginadd_zone_file() public method

public Beginadd_zone_file ( ManagementZoneInfo zone_records, string src_file_names, bool sync_ptrs, System callback, object asyncState ) : System.IAsyncResult
zone_records ManagementZoneInfo
src_file_names string
sync_ptrs bool
callback System
asyncState object
return System.IAsyncResult

Beginadd_zone_option() public method

public Beginadd_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
zones ManagementZoneInfo
callback System
asyncState object
return System.IAsyncResult

Beginadd_zone_text() public method

public Beginadd_zone_text ( ManagementZoneInfo zone_records, string text, bool sync_ptrs, System callback, object asyncState ) : System.IAsyncResult
zone_records ManagementZoneInfo
text string
sync_ptrs bool
callback System
asyncState object
return System.IAsyncResult

Begindelete_zone() public method

public Begindelete_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
return System.IAsyncResult

Begindelete_zone_option() public method

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

public Beginget_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
return System.IAsyncResult

Beginget_zone_name() public method

public Beginget_zone_name ( string view_names, System callback, object asyncState ) : System.IAsyncResult
view_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_zone_v2() public method

public Beginget_zone_v2 ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
return System.IAsyncResult

Beginset_zone_option() public method

public Beginset_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
zones ManagementZoneInfo
callback System
asyncState object
return System.IAsyncResult

Begintransfer_zone() public method

public Begintransfer_zone ( string server_names, string src_zone_names, string dst_view_names, ManagementZoneInfo zone_records, System callback, object asyncState ) : System.IAsyncResult
server_names string
src_zone_names string
dst_view_names string
zone_records ManagementZoneInfo
callback System
asyncState object
return System.IAsyncResult

Beginzone_exist() public method

public Beginzone_exist ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
return System.IAsyncResult

Endadd_zone_file() public method

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

Endadd_zone_option() public method

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

Endadd_zone_text() public method

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

Enddelete_zone() public method

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

Enddelete_zone_option() public method

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

Endget_version() public method

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

Endget_zone() public method

public Endget_zone ( System asyncResult ) : iControl.ManagementZoneInfo[]
asyncResult System
return iControl.ManagementZoneInfo[]

Endget_zone_name() public method

public Endget_zone_name ( System asyncResult ) : iControl.ManagementViewZone[]
asyncResult System
return iControl.ManagementViewZone[]

Endget_zone_v2() public method

public Endget_zone_v2 ( System asyncResult ) : iControl.ManagementZoneInfo[]
asyncResult System
return iControl.ManagementZoneInfo[]

Endset_zone_option() public method

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

Endtransfer_zone() public method

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

Endzone_exist() public method

public Endzone_exist ( System asyncResult ) : bool[]
asyncResult System
return bool[]

ManagementZone() public method

public ManagementZone ( ) : System
return System