C# Class iControl.ManagementApplicationTemplate

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

Public Methods

Method Description
Beginadd_checksum ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginadd_signature ( string templates, string signing_key_names, string public_cert_names, System callback, object asyncState ) : System.IAsyncResult
Beginclear_verification ( string templates, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string templates, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_templates ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_application_template ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_action_implementation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
Beginget_action_list ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_action_presentation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
Beginget_action_presentation_help ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_ignore_verification_state ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_prerequisite_bigip_version_maximum ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_prerequisite_bigip_version_minimum ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_prerequisite_errors ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_prerequisite_modules ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_verification_status ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_action_implementation ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_action_presentation ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_action_presentation_help ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_ignore_verification_state ( string templates, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_prerequisite_bigip_version_maximum ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_prerequisite_bigip_version_minimum ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_prerequisite_modules ( string templates, CommonTMOSModule values, System callback, object asyncState ) : System.IAsyncResult
Endadd_checksum ( System asyncResult ) : void
Endadd_signature ( System asyncResult ) : void
Endclear_verification ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_templates ( System asyncResult ) : void
Enddelete_application_template ( System asyncResult ) : void
Endget_action_implementation ( System asyncResult ) : string[][]
Endget_action_list ( System asyncResult ) : string[][]
Endget_action_presentation ( System asyncResult ) : string[][]
Endget_action_presentation_help ( System asyncResult ) : string[][]
Endget_description ( System asyncResult ) : string[]
Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_prerequisite_bigip_version_maximum ( System asyncResult ) : string[]
Endget_prerequisite_bigip_version_minimum ( System asyncResult ) : string[]
Endget_prerequisite_errors ( System asyncResult ) : string[]
Endget_prerequisite_modules ( System asyncResult ) : CommonTMOSModule[][]
Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[]
Endget_version ( System asyncResult ) : string
Endset_action_implementation ( System asyncResult ) : void
Endset_action_presentation ( System asyncResult ) : void
Endset_action_presentation_help ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_ignore_verification_state ( System asyncResult ) : void
Endset_prerequisite_bigip_version_maximum ( System asyncResult ) : void
Endset_prerequisite_bigip_version_minimum ( System asyncResult ) : void
Endset_prerequisite_modules ( System asyncResult ) : void
ManagementApplicationTemplate ( ) : System

Private Methods

Method Description
add_checksum ( string templates ) : void
add_signature ( string templates, string signing_key_names, string public_cert_names ) : void
clear_verification ( string templates ) : void
create ( string templates ) : void
delete_all_templates ( ) : void
delete_application_template ( string templates ) : void
get_action_implementation ( string templates, string actions ) : string[][]
get_action_list ( string templates ) : string[][]
get_action_presentation ( string templates, string actions ) : string[][]
get_action_presentation_help ( string templates, string actions ) : string[][]
get_description ( string templates ) : string[]
get_ignore_verification_state ( string templates ) : CommonEnabledState[]
get_list ( ) : string[]
get_prerequisite_bigip_version_maximum ( string templates ) : string[]
get_prerequisite_bigip_version_minimum ( string templates ) : string[]
get_prerequisite_errors ( string templates ) : string[]
get_prerequisite_modules ( string templates ) : CommonTMOSModule[][]
get_verification_status ( string templates ) : CommonVerificationStatus[]
get_version ( ) : string
set_action_implementation ( string templates, string actions, string values ) : void
set_action_presentation ( string templates, string actions, string values ) : void
set_action_presentation_help ( string templates, string actions, string values ) : void
set_description ( string templates, string values ) : void
set_ignore_verification_state ( string templates, CommonEnabledState states ) : void
set_prerequisite_bigip_version_maximum ( string templates, string values ) : void
set_prerequisite_bigip_version_minimum ( string templates, string values ) : void
set_prerequisite_modules ( string templates, CommonTMOSModule values ) : void

Method Details

Beginadd_checksum() public method

public Beginadd_checksum ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Beginadd_signature() public method

public Beginadd_signature ( string templates, string signing_key_names, string public_cert_names, System callback, object asyncState ) : System.IAsyncResult
templates string
signing_key_names string
public_cert_names string
callback System
asyncState object
return System.IAsyncResult

Beginclear_verification() public method

public Beginclear_verification ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_templates() public method

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

Begindelete_application_template() public method

public Begindelete_application_template ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Beginget_action_implementation() public method

public Beginget_action_implementation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
callback System
asyncState object
return System.IAsyncResult

Beginget_action_list() public method

public Beginget_action_list ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Beginget_action_presentation() public method

public Beginget_action_presentation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
callback System
asyncState object
return System.IAsyncResult

Beginget_action_presentation_help() public method

public Beginget_action_presentation_help ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Beginget_ignore_verification_state() public method

public Beginget_ignore_verification_state ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
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_prerequisite_bigip_version_maximum() public method

public Beginget_prerequisite_bigip_version_maximum ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Beginget_prerequisite_bigip_version_minimum() public method

public Beginget_prerequisite_bigip_version_minimum ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Beginget_prerequisite_errors() public method

public Beginget_prerequisite_errors ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Beginget_prerequisite_modules() public method

public Beginget_prerequisite_modules ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult

Beginget_verification_status() public method

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

Beginset_action_implementation() public method

public Beginset_action_implementation ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
values string
callback System
asyncState object
return System.IAsyncResult

Beginset_action_presentation() public method

public Beginset_action_presentation ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
values string
callback System
asyncState object
return System.IAsyncResult

Beginset_action_presentation_help() public method

public Beginset_action_presentation_help ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
values string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
values string
callback System
asyncState object
return System.IAsyncResult

Beginset_ignore_verification_state() public method

public Beginset_ignore_verification_state ( string templates, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
templates string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_prerequisite_bigip_version_maximum() public method

public Beginset_prerequisite_bigip_version_maximum ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
values string
callback System
asyncState object
return System.IAsyncResult

Beginset_prerequisite_bigip_version_minimum() public method

public Beginset_prerequisite_bigip_version_minimum ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
values string
callback System
asyncState object
return System.IAsyncResult

Beginset_prerequisite_modules() public method

public Beginset_prerequisite_modules ( string templates, CommonTMOSModule values, System callback, object asyncState ) : System.IAsyncResult
templates string
values CommonTMOSModule
callback System
asyncState object
return System.IAsyncResult

Endadd_checksum() public method

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

Endadd_signature() public method

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

Endclear_verification() public method

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

Endcreate() public method

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

Enddelete_all_templates() public method

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

Enddelete_application_template() public method

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

Endget_action_implementation() public method

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

Endget_action_list() public method

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

Endget_action_presentation() public method

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

Endget_action_presentation_help() public method

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

Endget_description() public method

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

Endget_ignore_verification_state() public method

public Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_list() public method

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

Endget_prerequisite_bigip_version_maximum() public method

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

Endget_prerequisite_bigip_version_minimum() public method

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

Endget_prerequisite_errors() public method

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

Endget_prerequisite_modules() public method

public Endget_prerequisite_modules ( System asyncResult ) : CommonTMOSModule[][]
asyncResult System
return CommonTMOSModule[][]

Endget_verification_status() public method

public Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[]
asyncResult System
return CommonVerificationStatus[]

Endget_version() public method

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

Endset_action_implementation() public method

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

Endset_action_presentation() public method

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

Endset_action_presentation_help() public method

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

Endset_description() public method

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

Endset_ignore_verification_state() public method

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

Endset_prerequisite_bigip_version_maximum() public method

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

Endset_prerequisite_bigip_version_minimum() public method

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

Endset_prerequisite_modules() public method

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

ManagementApplicationTemplate() public method

public ManagementApplicationTemplate ( ) : System
return System