Class: Ansible::Ruby::Modules::Bigip_remote_syslog

Inherits:
Base show all
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

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

#local_ipObject?

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.

Returns:

  • (Object, nil)

    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_hostString

Returns Specifies the IP address, or hostname, for the remote system to which the system sends log messages.

Returns:

  • (String)

    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_portInteger?

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.

Returns:

  • (Integer, nil)

    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.

Returns:

  • (:absent, :present, nil)

    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