a10_cgnv6_dns64_virtualserver

Synopsis

Create a DNS64 Virtual Server

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

name

str/required

CGNV6 Virtual Server Name

ipv6_address

str

IPV6 address

ip_address

str

IP Address

netmask

str

IP subnet mask

use_if_ip

bool

Use Interface IP

ethernet

str

Ethernet interface

enable_disable_action

str

‘enable’= Enable Virtual Server (default); ‘disable’= Disable Virtual Server;

policy

bool

Policy template

template_policy

str

Policy template name

vrid

int

Join a vrrp group (Specify ha VRRP-A vrid)

uuid

str

uuid of the object

user_tag

str

Customized tag

port_list

list

Field port_list

port_number

int

Port

protocol

str

‘dns-udp’= DNS service over UDP;

action

str

‘enable’= Enable; ‘disable’= Disable;

pool

str

Specify NAT pool or pool group

auto

bool

Configure auto NAT for the vport

precedence

bool

Set auto NAT pool as higher precedence for source NAT

service_group

str

Bind a Service Group to this Virtual Server (Service Group Name)

template_dns

str

DNS template (DNS template name)

template_policy

str

Policy Template (Policy template name)

acl_id_list

list

Field acl_id_list

acl_name_list

list

Field acl_name_list

uuid

str

uuid of the object

user_tag

str

Customized tag

sampling_enable

list

Field sampling_enable

packet_capture_template

str

Name of the packet capture template to be bind with this object

oper

dict

Field oper

mac

str

Field mac

state

str

Field state

curr_conn_rate

int

Field curr_conn_rate

conn_rate_unit

str

Field conn_rate_unit

curr_icmp_rate

int

Field curr_icmp_rate

icmp_lockup_time_left

int

Field icmp_lockup_time_left

icmp_rate_over_limit_drop

int

Field icmp_rate_over_limit_drop

curr_icmpv6_rate

int

Field curr_icmpv6_rate

icmpv6_lockup_time_left

int

Field icmpv6_lockup_time_left

icmpv6_rate_over_limit_drop

int

Field icmpv6_rate_over_limit_drop

migration_status

str

Field migration_status

peak_conn

int

Field peak_conn

ip_address

str

Field ip_address

curr_conn_overflow

int

Field curr_conn_overflow

ip_only_lb_fwd_bytes

int

Field ip_only_lb_fwd_bytes

ip_only_lb_rev_bytes

int

Field ip_only_lb_rev_bytes

ip_only_lb_fwd_pkts

int

Field ip_only_lb_fwd_pkts

ip_only_lb_rev_pkts

int

Field ip_only_lb_rev_pkts

name

str

CGNV6 Virtual Server Name

port_list

list

Field port_list

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