Class: Ansible::Ruby::Modules::Bigip_traffic_group

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_traffic_group.rb

Overview

Supports managing traffic groups and their attributes on a BIG-IP.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#mac_addressObject?

Returns Specifies the floating Media Access Control (MAC) address associated with the floating IP addresses defined for a traffic group.,Primarily, a MAC masquerade address minimizes ARP communications or dropped packets as a result of failover.,A MAC masquerade address ensures that any traffic destined for a specific traffic group reaches an available device after failover, which happens because along with the traffic group, the MAC masquerade address floats to the available device.,Without a MAC masquerade address, the sending host must learn the MAC address for a newly-active device, either by sending an ARP request or by relying on the gratuitous ARP from the newly-active device.,To unset the MAC address, specify an empty value (C(“”)) to this parameter.

Returns:

  • (Object, nil)

    Specifies the floating Media Access Control (MAC) address associated with the floating IP addresses defined for a traffic group.,Primarily, a MAC masquerade address minimizes ARP communications or dropped packets as a result of failover.,A MAC masquerade address ensures that any traffic destined for a specific traffic group reaches an available device after failover, which happens because along with the traffic group, the MAC masquerade address floats to the available device.,Without a MAC masquerade address, the sending host must learn the MAC address for a newly-active device, either by sending an ARP request or by relying on the gratuitous ARP from the newly-active device.,To unset the MAC address, specify an empty value (C(“”)) to this parameter.



24
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_traffic_group.rb', line 24

attribute :mac_address

#nameString

Returns The name of the traffic group.

Returns:

  • (String)

    The name of the traffic group.



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_traffic_group.rb', line 12

attribute :name

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_traffic_group.rb', line 16

attribute :partition

#state:present, ...

Returns When C(present), ensures that the traffic group exists.,When C(absent), ensures the traffic group is removed.

Returns:

  • (:present, :absent, nil)

    When C(present), ensures that the traffic group exists.,When C(absent), ensures the traffic group is removed.



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_traffic_group.rb', line 20

attribute :state