Class: Ansible::Ruby::Modules::Bigip_device_trust
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_device_trust
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_device_trust.rb
Overview
Manage the trust relationships between BIG-IPs. Devices, once peered, cannot be updated. If updating is needed, the peer must first be removed before it can be re-added to the trust.
Instance Method Summary collapse
-
#peer_hostname ⇒ String?
The hostname that you want to associate with the device.
-
#peer_password ⇒ String?
The password of the API username of the remote peer device that you are trusting.
-
#peer_server ⇒ String
The peer address to connect to and trust for synchronizing configuration.
-
#peer_user ⇒ String?
The API username of the remote peer device that you are trusting.
-
#state ⇒ :absent, ...
When C(present), ensures the specified devices are trusted.,When C(absent), removes the device trusts.
-
#type ⇒ :peer, ...
Specifies whether the device you are adding is a Peer or a Subordinate.
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
#peer_hostname ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_trust.rb', line 16 attribute :peer_hostname |
#peer_password ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_trust.rb', line 24 attribute :peer_password |
#peer_server ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_trust.rb', line 12 attribute :peer_server |
#peer_user ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_trust.rb', line 20 attribute :peer_user |
#state ⇒ :absent, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_trust.rb', line 32 attribute :state |
#type ⇒ :peer, ...
28 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_trust.rb', line 28 attribute :type |