addAnyConnectVpnConnection
The addAnyConnectVpnConnection operation handles configuration related to AnyConnectVpnConnectionUncompressedModel model.
Description
This API call is not allowed on the standby unit in an HA pair.
Data Parameters
Parameter | Required | Type | Description | ||
---|---|---|---|---|---|
connectionProfile | False | object | A mandatory AnyConnectProfile object. Allowed types are: [AnyConnectProfile] |
||
groupPolicy | False | object | A mandatory AnyConnectGroupPolicy object. Allowed types are: [AnyConnectGroupPolicy] |
||
clientPackages | False | object | A mandatory AnyConnectPackages object. Allowed types are: [AnyConnectPackages] |
||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |
Example
- name: Execute 'addAnyConnectVpnConnection' operation
ftd_configuration:
operation: "addAnyConnectVpnConnection"
data:
connectionProfile: "{{ connection_profile }}"
groupPolicy: "{{ group_policy }}"
clientPackages: "{{ client_packages }}"
type: "{{ type }}"