a10_cgnv6_resource_usage

Synopsis

Configure CGNV6 Resource Usage

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’, ‘absent’]

State of the object to be created.

ansible_host

str/required

Host for AXAPI authentication

ansible_username

str/required

Username for AXAPI authentication

ansible_password

str/required

Password for AXAPI authentication

ansible_port

int/required

Port for AXAPI authentication

a10_device_context_id

int

[‘1-8’]

Device ID for aVCS configuration

a10_partition

str

Destination/target partition for object/command

lsn_nat_addr_count

int

Total configurable CGNV6 NAT Pool addresses

fixed_nat_ip_addr_count

int

Total configurable CGNV6 Fixed NAT addresses

fixed_nat_inside_user_count

int

Total configurable CGNV6 Fixed NAT inside users

radius_table_size

int

Total configurable CGNV6 RADIUS Table entries

uuid

str

uuid of the object

stateless_entries

dict

Field stateless_entries

l4_session_count

int

Helper size for CGN Stateless Technologies

uuid

str

uuid of the object

oper

dict

Field oper

lsn_nat_addr_count_min

int

Field lsn_nat_addr_count_min

lsn_nat_addr_count_max

int

Field lsn_nat_addr_count_max

lsn_nat_addr_count_default

int

Field lsn_nat_addr_count_default

fixed_nat_ip_addr_count_min

int

Field fixed_nat_ip_addr_count_min

fixed_nat_ip_addr_count_max

int

Field fixed_nat_ip_addr_count_max

fixed_nat_ip_addr_count_default

int

Field fixed_nat_ip_addr_count_default

fixed_nat_inside_user_count_min

int

Field fixed_nat_inside_user_count_min

fixed_nat_inside_user_count_max

int

Field fixed_nat_inside_user_count_max

fixed_nat_inside_user_count_default

int

Field fixed_nat_inside_user_count_default

radius_table_size_min

int

Field radius_table_size_min

radius_table_size_max

int

Field radius_table_size_max

radius_table_size_default

int

Field radius_table_size_default

Examples


Return Values

modified_values (changed, dict, )

Values modified (or potential changes if using check_mode) as a result of task operation

axapi_calls (always, list, )

Sequential list of AXAPI calls made by the task

endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])

The AXAPI endpoint being accessed.

http_method (, str, [‘POST’, ‘GET’])

HTTP method being used by the primary task to interact with the AXAPI endpoint.

request_body (, complex, )

Params used to query the AXAPI

response_body (, complex, )

Response from the AXAPI

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by community.

Authors

  • A10 Networks