C# Class iControl.WebAcceleratorPolicies

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

Public Methods

Method Description
Begindelete_all_policies ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_policy ( string name, System callback, object asyncState ) : System.IAsyncResult
Begindelete_policy_v2 ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginexport_policy ( string filenames, string policy_names, bool overwrites, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_publish_comment ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_publish_time ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginimport_policy ( string filename, bool overwrite, System callback, object asyncState ) : System.IAsyncResult
Beginimport_policy_v2 ( string filenames, string policy_names, bool overwrites, System callback, object asyncState ) : System.IAsyncResult
Beginis_predefined ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginpublish_policy ( string policies, string comments, System callback, object asyncState ) : System.IAsyncResult
Enddelete_all_policies ( System asyncResult ) : void
Enddelete_policy ( System asyncResult ) : void
Enddelete_policy_v2 ( System asyncResult ) : void
Endexport_policy ( System asyncResult ) : void
Endget_list ( System asyncResult ) : string[]
Endget_publish_comment ( System asyncResult ) : string[]
Endget_publish_time ( System asyncResult ) : iControl.CommonTimeStamp[]
Endget_version ( System asyncResult ) : string
Endimport_policy ( System asyncResult ) : void
Endimport_policy_v2 ( System asyncResult ) : void
Endis_predefined ( System asyncResult ) : bool[]
Endpublish_policy ( System asyncResult ) : void
WebAcceleratorPolicies ( ) : System

Private Methods

Method Description
delete_all_policies ( ) : void
delete_policy ( string name ) : void
delete_policy_v2 ( string policies ) : void
export_policy ( string filenames, string policy_names, bool overwrites ) : void
get_list ( ) : string[]
get_publish_comment ( string policies ) : string[]
get_publish_time ( string policies ) : iControl.CommonTimeStamp[]
get_version ( ) : string
import_policy ( string filename, bool overwrite ) : void
import_policy_v2 ( string filenames, string policy_names, bool overwrites ) : void
is_predefined ( string policies ) : bool[]
publish_policy ( string policies, string comments ) : void

Method Details

Begindelete_all_policies() public method

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

Begindelete_policy() public method

public Begindelete_policy ( string name, System callback, object asyncState ) : System.IAsyncResult
name string
callback System
asyncState object
return System.IAsyncResult

Begindelete_policy_v2() public method

public Begindelete_policy_v2 ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return System.IAsyncResult

Beginexport_policy() public method

public Beginexport_policy ( string filenames, string policy_names, bool overwrites, System callback, object asyncState ) : System.IAsyncResult
filenames string
policy_names string
overwrites bool
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_publish_comment() public method

public Beginget_publish_comment ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return System.IAsyncResult

Beginget_publish_time() public method

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

Beginimport_policy() public method

public Beginimport_policy ( string filename, bool overwrite, System callback, object asyncState ) : System.IAsyncResult
filename string
overwrite bool
callback System
asyncState object
return System.IAsyncResult

Beginimport_policy_v2() public method

public Beginimport_policy_v2 ( string filenames, string policy_names, bool overwrites, System callback, object asyncState ) : System.IAsyncResult
filenames string
policy_names string
overwrites bool
callback System
asyncState object
return System.IAsyncResult

Beginis_predefined() public method

public Beginis_predefined ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return System.IAsyncResult

Beginpublish_policy() public method

public Beginpublish_policy ( string policies, string comments, System callback, object asyncState ) : System.IAsyncResult
policies string
comments string
callback System
asyncState object
return System.IAsyncResult

Enddelete_all_policies() public method

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

Enddelete_policy() public method

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

Enddelete_policy_v2() public method

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

Endexport_policy() public method

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

Endget_list() public method

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

Endget_publish_comment() public method

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

Endget_publish_time() public method

public Endget_publish_time ( System asyncResult ) : iControl.CommonTimeStamp[]
asyncResult System
return iControl.CommonTimeStamp[]

Endget_version() public method

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

Endimport_policy() public method

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

Endimport_policy_v2() public method

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

Endis_predefined() public method

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

Endpublish_policy() public method

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

WebAcceleratorPolicies() public method

public WebAcceleratorPolicies ( ) : System
return System