a10_system_resource_accounting_template_network_resources

Synopsis

Enter the network resource limits

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’]

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

template_name

str/required

Key to identify parent object

static_ipv4_route_cfg

dict

Field static_ipv4_route_cfg

static_ipv4_route_max

int

Enter the number of static ipv4 routes allowed (Static ipv4 routes (default is max-value))

static_ipv4_route_min_guarantee

int

Minimum guaranteed value ( Minimum guaranteed value)

static_ipv6_route_cfg

dict

Field static_ipv6_route_cfg

static_ipv6_route_max

int

Enter the number of static ipv6 routes allowed (Static ipv6 routes (default is max-value))

static_ipv6_route_min_guarantee

int

Minimum guaranteed value ( Minimum guaranteed value)

ipv4_acl_line_cfg

dict

Field ipv4_acl_line_cfg

ipv4_acl_line_max

int

Enter the number of ACL lines allowed (IPV4 ACL lines (default is max-value))

ipv4_acl_line_min_guarantee

int

Minimum guaranteed value ( Minimum guaranteed value)

ipv6_acl_line_cfg

dict

Field ipv6_acl_line_cfg

ipv6_acl_line_max

int

Enter the number of ACL lines allowed (IPV6 ACL lines (default is max-value))

ipv6_acl_line_min_guarantee

int

Minimum guaranteed value ( Minimum guaranteed value)

static_arp_cfg

dict

Field static_arp_cfg

static_arp_max

int

Enter the number of static arp entries allowed (Static arp (default is max- value))

static_arp_min_guarantee

int

Minimum guaranteed value ( Minimum guaranteed value)

static_neighbor_cfg

dict

Field static_neighbor_cfg

static_neighbor_max

int

Enter the number of static neighbor entries allowed (Static neighbors (default is max-value))

static_neighbor_min_guarantee

int

Minimum guaranteed value ( Minimum guaranteed value)

static_mac_cfg

dict

Field static_mac_cfg

static_mac_max

int

Enter the number of static MAC entries allowed (Static MACs (default is max- value))

static_mac_min_guarantee

int

Minimum guaranteed value ( Minimum guaranteed value)

object_group_cfg

dict

Field object_group_cfg

object_group_max

int

Enter the number of object groups allowed (Object group (default is max-value))

object_group_min_guarantee

int

Minimum guaranteed value ( Minimum guaranteed value)

object_group_clause_cfg

dict

Field object_group_clause_cfg

object_group_clause_max

int

Enter the number of object group clauses allowed (Object group clauses (default is max-value))

object_group_clause_min_guarantee

int

Minimum guaranteed value ( Minimum guaranteed value)

threshold

int

Enter the threshold as a percentage (Threshold in percentage(default is 100%))

uuid

str

uuid of the object

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