Class: Ansible::Ruby::Modules::Bigip_gtm_global
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_gtm_global
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_global.rb
Overview
Manages global GTM settings. These settings include general, load balancing, and metrics related settings.
Instance Method Summary collapse
-
#synchronization ⇒ Symbol?
Specifies whether this system is a member of a synchronization group.,When you enable synchronization, the system periodically queries other systems in the synchronization group to obtain and distribute configuration and metrics collection updates.,The synchronization group may contain systems configured as Global Traffic Manager and Link Controller systems.
-
#synchronization_group_name ⇒ String?
Specifies the name of the synchronization group to which the system belongs.
-
#synchronize_zone_files ⇒ Symbol?
Specifies that the system synchronizes Domain Name System (DNS) zone files among the synchronization group members.
Methods inherited from Base
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
#synchronization ⇒ Symbol?
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_global.rb', line 12 attribute :synchronization |
#synchronization_group_name ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_global.rb', line 16 attribute :synchronization_group_name |
#synchronize_zone_files ⇒ Symbol?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_global.rb', line 20 attribute :synchronize_zone_files |