C# Class iControl.ManagementZone

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat System.IAsyncResult

Beginadd_zone_option() public méthode

public Beginadd_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
zones ManagementZoneInfo
callback System
asyncState object
Résultat System.IAsyncResult

Beginadd_zone_text() public méthode

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
Résultat System.IAsyncResult

Begindelete_zone() public méthode

public Begindelete_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_zone_option() public méthode

public Begindelete_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
zones ManagementZoneInfo
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_zone() public méthode

public Beginget_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_zone_name() public méthode

public Beginget_zone_name ( string view_names, System callback, object asyncState ) : System.IAsyncResult
view_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_zone_v2() public méthode

public Beginget_zone_v2 ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_zone_option() public méthode

public Beginset_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
zones ManagementZoneInfo
callback System
asyncState object
Résultat System.IAsyncResult

Begintransfer_zone() public méthode

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
Résultat System.IAsyncResult

Beginzone_exist() public méthode

public Beginzone_exist ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
Résultat System.IAsyncResult

Endadd_zone_file() public méthode

public Endadd_zone_file ( System asyncResult ) : void
asyncResult System
Résultat void

Endadd_zone_option() public méthode

public Endadd_zone_option ( System asyncResult ) : void
asyncResult System
Résultat void

Endadd_zone_text() public méthode

public Endadd_zone_text ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_zone() public méthode

public Enddelete_zone ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_zone_option() public méthode

public Enddelete_zone_option ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endget_zone() public méthode

public Endget_zone ( System asyncResult ) : iControl.ManagementZoneInfo[]
asyncResult System
Résultat iControl.ManagementZoneInfo[]

Endget_zone_name() public méthode

public Endget_zone_name ( System asyncResult ) : iControl.ManagementViewZone[]
asyncResult System
Résultat iControl.ManagementViewZone[]

Endget_zone_v2() public méthode

public Endget_zone_v2 ( System asyncResult ) : iControl.ManagementZoneInfo[]
asyncResult System
Résultat iControl.ManagementZoneInfo[]

Endset_zone_option() public méthode

public Endset_zone_option ( System asyncResult ) : void
asyncResult System
Résultat void

Endtransfer_zone() public méthode

public Endtransfer_zone ( System asyncResult ) : void
asyncResult System
Résultat void

Endzone_exist() public méthode

public Endzone_exist ( System asyncResult ) : bool[]
asyncResult System
Résultat bool[]

ManagementZone() public méthode

public ManagementZone ( ) : System
Résultat System