C# Class iControl.ASMSystemConfiguration

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

Méthodes publiques

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

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

public ASMSystemConfiguration ( ) : System
Résultat System

Beginget_signature_file_version() public méthode

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

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

Beginis_asm_ready() public méthode

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

Beginset_violation_severities() public méthode

public Beginset_violation_severities ( ASMViolationSeverity violation_severities, System callback, object asyncState ) : System.IAsyncResult
violation_severities ASMViolationSeverity
callback System
asyncState object
Résultat System.IAsyncResult

Beginupdate_signature_file_automatic() public méthode

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

Beginupdate_signature_file_manual() public méthode

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

Endget_signature_file_version() public méthode

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

Endget_version() public méthode

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

Endget_violation_severities() public méthode

public Endget_violation_severities ( System asyncResult ) : iControl.ASMViolationSeverity[]
asyncResult System
Résultat iControl.ASMViolationSeverity[]

Endis_asm_ready() public méthode

public Endis_asm_ready ( System asyncResult ) : bool
asyncResult System
Résultat bool

Endset_violation_severities() public méthode

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

Endupdate_signature_file_automatic() public méthode

public Endupdate_signature_file_automatic ( System asyncResult ) : ASMSignatureFileUpdateReturnValue
asyncResult System
Résultat ASMSignatureFileUpdateReturnValue

Endupdate_signature_file_manual() public méthode

public Endupdate_signature_file_manual ( System asyncResult ) : ASMSignatureFileUpdateReturnValue
asyncResult System
Résultat ASMSignatureFileUpdateReturnValue