Class: Ansible::Ruby::Modules::Bigip_configsync_action
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_configsync_action
- 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
-
#device_group ⇒ String
The device group that you want to perform config-sync actions on.
-
#overwrite_config ⇒ Symbol?
Indicates that the sync operation overwrites the configuration on the target.
-
#sync_device_to_group ⇒ Symbol?
Specifies that the system synchronizes configuration data from this device to other members of the device group.
-
#sync_most_recent_to_device ⇒ Symbol?
Specifies that the system synchronizes configuration data from the device with the most recent configuration.
Methods inherited from Base
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_group ⇒ String
Returns 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_config ⇒ Symbol?
Returns 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_group ⇒ Symbol?
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.
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_configsync_action.rb', line 16 attribute :sync_device_to_group |
#sync_most_recent_to_device ⇒ Symbol?
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.
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_configsync_action.rb', line 20 attribute :sync_most_recent_to_device |