addIPV6PrefixList
The addIPV6PrefixList operation handles configuration related to IPV6PrefixList model.
Description
This API call is not allowed on the standby unit in an HA pair.
Data Parameters
Parameter | Required | Type | Description | |||
---|---|---|---|---|---|---|
name | True | string | A mandatory string containing the name of the IPv6 Prefix List. | |||
description | False | string | A string describing this object. Field level constraints: length must be between 0 and 200 (inclusive). (Note: Additional constraints might exist) |
|||
entries | True | [object] | An object holding a list of IPv6 prefix entries. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |
Example
- name: Execute 'addIPV6PrefixList' operation
ftd_configuration:
operation: "addIPV6PrefixList"
data:
name: "{{ name }}"
description: "{{ description }}"
entries: "{{ entries }}"
type: "{{ type }}"