a10_vrrp_a_vrid
Synopsis
Specify VRRP-A vrid
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 |
||
vrid_val int/required |
Specify ha VRRP-A vrid |
||
floating_ip dict |
Field floating_ip |
||
ip_address_cfg list |
Field ip_address_cfg |
||
ip_address_part_cfg list |
Field ip_address_part_cfg |
||
ipv6_address_cfg list |
Field ipv6_address_cfg |
||
ipv6_address_part_cfg list |
Field ipv6_address_part_cfg |
||
preempt_mode dict |
Field preempt_mode |
||
threshold int |
preemption threshold (preemption threshhold (0-255), default 0) |
||
disable bool |
disable preemption |
||
follow dict |
Field follow |
||
vrid_lead str |
Define a VRRP-A VRID leader |
||
pair_follow dict |
Field pair_follow |
||
pair_follow bool |
Follow other VRRP-A vrid |
||
vrid_lead str |
Define a VRRP-A VRID leader |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘associated_vip_count’= Number of vips associated to vrid; ‘associated_vport_count’= Number of vports associated to vrid; ‘associated_natpool_count’= Number of nat pools associated to vrid; |
||
blade_parameters dict |
Field blade_parameters |
||
priority int |
VRRP-A priorty (Priority, default is 150) |
||
fail_over_policy_template str |
Apply a fail over policy template (VRRP-A fail over policy template name) |
||
uuid str |
uuid of the object |
||
tracking_options dict |
Field tracking_options |
||
oper dict |
Field oper |
||
unit int |
Field unit |
||
state str |
Field state |
||
weight int |
Field weight |
||
priority int |
Field priority |
||
force_standby str |
Field force_standby |
||
init_status str |
Field init_status |
||
became_active str |
Field became_active |
||
vrid_lead str |
Field vrid_lead |
||
active_standby_local str |
Field active_standby_local |
||
peer_list list |
Field peer_list |
||
vrid_val int |
Specify ha VRRP-A vrid |
||
stats dict |
Field stats |
||
associated_vip_count str |
Number of vips associated to vrid |
||
associated_vport_count str |
Number of vports associated to vrid |
||
associated_natpool_count str |
Number of nat pools associated to vrid |
||
vrid_val int |
Specify ha VRRP-A vrid |
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.