C# Class iControl.ASMSystemConfiguration

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

Public Methods

Method Description
ASMSystemConfiguration ( ) : System
Beginget_signature_file_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_violation_severities ( System callback, object asyncState ) : System.IAsyncResult
Beginis_asm_ready ( System callback, object asyncState ) : System.IAsyncResult
Beginset_violation_severities ( ASMViolationSeverity violation_severities, System callback, object asyncState ) : System.IAsyncResult
Beginupdate_signature_file_automatic ( bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
Beginupdate_signature_file_manual ( ASMFileTransferContext file_context, bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
Endget_signature_file_version ( System asyncResult ) : string
Endget_version ( System asyncResult ) : string
Endget_violation_severities ( System asyncResult ) : iControl.ASMViolationSeverity[]
Endis_asm_ready ( System asyncResult ) : bool
Endset_violation_severities ( System asyncResult ) : void
Endupdate_signature_file_automatic ( System asyncResult ) : ASMSignatureFileUpdateReturnValue
Endupdate_signature_file_manual ( System asyncResult ) : ASMSignatureFileUpdateReturnValue

Private Methods

Method Description
get_signature_file_version ( ) : string
get_version ( ) : string
get_violation_severities ( ) : iControl.ASMViolationSeverity[]
is_asm_ready ( ) : bool
set_violation_severities ( ASMViolationSeverity violation_severities ) : void
update_signature_file_automatic ( bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval ) : ASMSignatureFileUpdateReturnValue
update_signature_file_manual ( ASMFileTransferContext file_context, bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval ) : ASMSignatureFileUpdateReturnValue

Method Details

ASMSystemConfiguration() public method

public ASMSystemConfiguration ( ) : System
return System

Beginget_signature_file_version() public method

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

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

Beginis_asm_ready() public method

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

Beginset_violation_severities() public method

public Beginset_violation_severities ( ASMViolationSeverity violation_severities, System callback, object asyncState ) : System.IAsyncResult
violation_severities ASMViolationSeverity
callback System
asyncState object
return System.IAsyncResult

Beginupdate_signature_file_automatic() public method

public Beginupdate_signature_file_automatic ( bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
flg_is_user_defined bool
do_set_active bool
force bool
user_name string
check_interval bool
callback System
asyncState object
return System.IAsyncResult

Beginupdate_signature_file_manual() public method

public Beginupdate_signature_file_manual ( ASMFileTransferContext file_context, bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
file_context ASMFileTransferContext
flg_is_user_defined bool
do_set_active bool
force bool
user_name string
check_interval bool
callback System
asyncState object
return System.IAsyncResult

Endget_signature_file_version() public method

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

Endget_version() public method

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

Endget_violation_severities() public method

public Endget_violation_severities ( System asyncResult ) : iControl.ASMViolationSeverity[]
asyncResult System
return iControl.ASMViolationSeverity[]

Endis_asm_ready() public method

public Endis_asm_ready ( System asyncResult ) : bool
asyncResult System
return bool

Endset_violation_severities() public method

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

Endupdate_signature_file_automatic() public method

public Endupdate_signature_file_automatic ( System asyncResult ) : ASMSignatureFileUpdateReturnValue
asyncResult System
return ASMSignatureFileUpdateReturnValue

Endupdate_signature_file_manual() public method

public Endupdate_signature_file_manual ( System asyncResult ) : ASMSignatureFileUpdateReturnValue
asyncResult System
return ASMSignatureFileUpdateReturnValue