Class: Ansible::Ruby::Modules::Bigip_remote_syslog
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_remote_syslog
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_remote_syslog.rb
Overview
Manipulate remote syslog settings on a BIG-IP.
Instance Method Summary collapse
-
#local_ip ⇒ Object?
Specifies the local IP address of the system that is logging.
-
#remote_host ⇒ String
Specifies the IP address, or hostname, for the remote system to which the system sends log messages.
-
#remote_port ⇒ Integer?
Specifies the port that the system uses to send messages to the remote logging server.
-
#state ⇒ :absent, ...
When C(present), guarantees that the remote syslog exists with the provided attributes.,When C(absent), removes the remote syslog from the system.
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
#local_ip ⇒ Object?
Returns Specifies the local IP address of the system that is logging. To provide no local IP, specify the value C(none). When creating a remote syslog, if this parameter is not specified, the default value C(none) is used.
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_remote_syslog.rb', line 20 attribute :local_ip |
#remote_host ⇒ String
Returns Specifies the IP address, or hostname, for the remote system to which the system sends log messages.
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_remote_syslog.rb', line 12 attribute :remote_host |
#remote_port ⇒ Integer?
Returns Specifies the port that the system uses to send messages to the remote logging server. When creating a remote syslog, if this parameter is not specified, the default value C(514) is used.
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_remote_syslog.rb', line 16 attribute :remote_port |
#state ⇒ :absent, ...
Returns When C(present), guarantees that the remote syslog exists with the provided attributes.,When C(absent), removes the remote syslog from the system.
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_remote_syslog.rb', line 23 attribute :state |