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 |
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 |
public Beginadd_checksum ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
public Beginclear_verification ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_templates ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_application_template ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
public Beginget_action_list ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
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 |
public Beginget_description ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_ignore_verification_state ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_prerequisite_bigip_version_maximum ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_prerequisite_bigip_version_minimum ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_prerequisite_errors ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_prerequisite_modules ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_verification_status ( string templates, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
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 |
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 |
public Beginset_description ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult | ||
templates | string | |
values | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
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 |
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 |
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 |
public Endadd_checksum ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endadd_signature ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endclear_verification ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_templates ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_application_template ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_action_implementation ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_action_list ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_action_presentation ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_action_presentation_help ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_prerequisite_bigip_version_maximum ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_prerequisite_bigip_version_minimum ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_prerequisite_errors ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_prerequisite_modules ( System asyncResult ) : CommonTMOSModule[][] | ||
asyncResult | System | |
return | CommonTMOSModule[][] |
public Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[] | ||
asyncResult | System | |
return | CommonVerificationStatus[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_action_implementation ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_action_presentation ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_action_presentation_help ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_ignore_verification_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_prerequisite_bigip_version_maximum ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_prerequisite_bigip_version_minimum ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_prerequisite_modules ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public ManagementApplicationTemplate ( ) : System | ||
return | System |