ASM::WebApplication::set_language_extended

Introduced : BIG-IP_v10.0.0
Configures the specified web applications in one-step. For each web application: sets the language adds a policy created from the specified template sets the policy active removes the original default policy

Prototype

 set_language_extended(
    in String [] webapp_names,
    in WebApplicationLanguage [] languages,
    in String [] policy_names,
    in PolicyTemplate [] policy_template_names,
    in long timeout
);

Parameters

Parameter Type Description
webapp_names String [] The web application names. Note that the web application should include full path, e.g.: /Common/wappl1.
languages WebApplicationLanguage [] The language of the web application.
policy_names String [] The policy names.
policy_template_names PolicyTemplate [] The policy template names.
timeout long The timeout period in which the ASM web-applications should be created prior to set its language

Return Type

Type Description
void  

Exceptions

Exception Description
Common::AccessDenied Raised if the client credentials are not valid.
Common::InvalidArgument Raised if one of the arguments is invalid.
Common::OperationFailed Raised if an operation error occurs.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.