Class: Ansible::Ruby::Modules::Bigip_configsync_action

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

Overview

Allows one to run different config-sync actions. These actions allow you to manually sync your configuration across multiple BIG-IPs when those devices are in an HA pair.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#device_groupString

Returns The device group that you want to perform config-sync actions on.

Returns:

  • (String)

    The device group that you want to perform config-sync actions on.



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

attribute :device_group

#overwrite_configSymbol?

Returns Indicates that the sync operation overwrites the configuration on the target.

Returns:

  • (Symbol, nil)

    Indicates that the sync operation overwrites the configuration on the target.



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

attribute :overwrite_config

#sync_device_to_groupSymbol?

Returns Specifies that the system synchronizes configuration data from this device to other members of the device group. In this case, the device will do a “push” to all the other devices in the group. This option is mutually exclusive with the C(sync_group_to_device) option.

Returns:

  • (Symbol, nil)

    Specifies that the system synchronizes configuration data from this device to other members of the device group. In this case, the device will do a “push” to all the other devices in the group. This option is mutually exclusive with the C(sync_group_to_device) option.



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

attribute :sync_device_to_group

#sync_most_recent_to_deviceSymbol?

Returns Specifies that the system synchronizes configuration data from the device with the most recent configuration. In this case, the device will do a “pull” from the most recently updated device. This option is mutually exclusive with the C(sync_device_to_group) options.

Returns:

  • (Symbol, nil)

    Specifies that the system synchronizes configuration data from the device with the most recent configuration. In this case, the device will do a “pull” from the most recently updated device. This option is mutually exclusive with the C(sync_device_to_group) options.



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

attribute :sync_most_recent_to_device