| Parameter | Choices/Defaults | Comments | 
                
                                                            | cmp_hash 
                    string
                                                                 added in 2.5 | Choices:
                                                                                                                                                            defaultdestination-addresssource-addressdst-ipsrc-ipdestdestinationsourcedstsrc | Specifies how the traffic on the VLAN will be disaggregated. The value selected determines the traffic disaggregation method. You can choose to disaggregate traffic based on source-address(the source IP address),destination-address(destination IP address), ordefault, which specifies that the default CMP hash uses L4 ports. When creating a new VLAN, if this parameter is not specified, the default of defaultis used. | 
                            
                                                            | dag_round_robin 
                    boolean
                                                                 added in 2.5 |  | Specifies whether some of the stateless traffic on the VLAN should be disaggregated in a round-robin order instead of using a static hash. The stateless traffic includes non-IP L2 traffic, ICMP, some UDP protocols, and so on. When creating a new VLAN, if this parameter is not specified, the default of (no) is used. | 
                            
                                                            | dag_tunnel 
                    string
                                                                 added in 2.5 |  | Specifies how the disaggregator (DAG) distributes received tunnel-encapsulated packets to TMM instances. Select innerto distribute packets based on information in inner headers. Selectouterto distribute packets based on information in outer headers without inspecting inner headers. When creating a new VLAN, if this parameter is not specified, the default of outeris used. This parameter is not supported on Virtual Editions of BIG-IP. | 
                            
                                                            | description 
                    string
                                                                 |  | The description to give to the VLAN. | 
                            
                                                            | fail_safe 
                    boolean
                                                                 added in 2.8 |  | When yes, specifies that the VLAN takes the specifiedfail_safe_actionif the system detects a loss of traffic on this VLAN's interfaces. | 
                            
                                                            | fail_safe_action 
                    string
                                                                 added in 2.8 | Choices:
                                                                                                                                                            rebootrestart-allfailover | Specifies the action that the system takes when it does not detect any traffic on this VLAN, and the fail_safe_timeouthas expired. | 
                            
                                                            | fail_safe_timeout 
                    integer
                                                                 added in 2.8 |  | Specifies the number of seconds that a system can run without detecting network traffic on this VLAN before it takes the fail_safe_action. | 
                            
                                                            | interfaces 
                    list
                                                                 added in 2.8 |  | Interfaces that you want added to the VLAN. This can include both tagged and untagged interfaces as the taggingparameter specifies. This parameter is mutually exclusive with the untagged_interfacesandtagged_interfacesparameters. | 
                                                        
                                                |  | interface 
                    string
                                                                 |  | The name of the interface | 
                            
                                                |  | tagging 
                    string
                                                                 |  | Whether the interface is taggedoruntagged. | 
                                            
                                                            | mtu 
                    integer
                                                                 added in 2.5 |  | Specifies the maximum transmission unit (MTU) for traffic on this VLAN. When creating a new VLAN, if this parameter is not specified, the default value used will be 1500. This number must be between 576 to 9198. | 
                            
                                                            | name 
                    string
                                             / required                     |  | The VLAN to manage. If the special VLAN ALLis specified with thestatevalue ofabsentthen all VLANs will be removed. | 
                            
                                                            | partition 
                    string
                                                                 added in 2.5 | Default: 
 "Common" | Device partition to manage resources on. | 
                            
                                                            | provider 
                    dictionary
                                                                 added in 2.5 |  | A dict object containing connection details. | 
                                                        
                                                |  | auth_provider 
                    string
                                                                 |  | Configures the auth provider for to obtain authentication tokens from the remote device. This option is really used when working with BIG-IQ devices. | 
                            
                                                |  | password 
                    string
                                             / required                     |  | The password for the user account used to connect to the BIG-IP. You may omit this option by setting the environment variable F5_PASSWORD. aliases: pass, pwd
 | 
                            
                                                |  | server 
                    string
                                             / required                     |  | The BIG-IP host. You may omit this option by setting the environment variable F5_SERVER. | 
                            
                                                |  | server_port 
                    integer
                                                                 | Default: 
 443 | The BIG-IP server port. You may omit this option by setting the environment variable F5_SERVER_PORT. | 
                            
                                                |  | ssh_keyfile 
                    path
                                                                 |  | Specifies the SSH keyfile to use to authenticate the connection to the remote device.  This argument is only used for cli transports. You may omit this option by setting the environment variable ANSIBLE_NET_SSH_KEYFILE. | 
                            
                                                |  | timeout 
                    integer
                                                                 |  | Specifies the timeout in seconds for communicating with the network device for either connecting or sending commands.  If the timeout is exceeded before the operation is completed, the module will error. | 
                            
                                                |  | transport 
                    string
                                                                 |  | Configures the transport connection to use when connecting to the remote device. | 
                            
                                                |  | user 
                    string
                                             / required                     |  | The username to connect to the BIG-IP with. This user must have administrative privileges on the device. You may omit this option by setting the environment variable F5_USER. | 
                            
                                                |  | validate_certs 
                    boolean
                                                                 |  | If no, SSL certificates are not validated. Use this only on personally controlled sites using self-signed certificates. You may omit this option by setting the environment variable F5_VALIDATE_CERTS. | 
                                            
                                                            | sflow_poll_interval 
                    integer
                                                                 added in 2.8 |  | Specifies the maximum interval in seconds between two pollings. | 
                            
                                                            | sflow_sampling_rate 
                    integer
                                                                 added in 2.8 |  | Specifies the ratio of packets observed to the samples generated. | 
                            
                                                            | source_check 
                    boolean
                                                                 added in 2.8 |  | When yes, specifies that the system verifies that the return route to an initial packet is the same VLAN from which the packet originated. The system performs this verification only if the auto_last_hopoption isno. | 
                            
                                                            | state 
                    string
                                                                 | Choices:
                                                                                                                                                            absentpresent ← | The state of the VLAN on the system. When present, guarantees that the VLAN exists with the provided attributes. Whenabsent, removes the VLAN from the system. | 
                            
                                                            | tag 
                    integer
                                                                 |  | Tag number for the VLAN. The tag number can be any integer between 1 and 4094. The system automatically assigns a tag number if you do not specify a value. | 
                            
                                                            | tagged_interfaces 
                    list
                                                                 |  | Specifies a list of tagged interfaces and trunks that you want to configure for the VLAN. Use tagged interfaces or trunks when you want to assign a single interface or trunk to multiple VLANs. This parameter is mutually exclusive with the untagged_interfacesandinterfacesparameters. aliases: tagged_interface
 | 
                            
                                                            | untagged_interfaces 
                    list
                                                                 |  | Specifies a list of untagged interfaces and trunks that you want to configure for the VLAN. This parameter is mutually exclusive with the tagged_interfacesandinterfacesparameters. aliases: untagged_interface
 |