Class: Ansible::Ruby::Modules::Bigip_log_destination

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_log_destination.rb

Overview

Manages log destinations 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

#descriptionObject?

Returns The description of the log destination.

Returns:

  • (Object, nil)

    The description of the log destination.



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_log_destination.rb', line 16

attribute :description

#nameString

Returns Specifies the name of the log destination.

Returns:

  • (String)

    Specifies the name of the log destination.



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_log_destination.rb', line 12

attribute :name

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



31
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_log_destination.rb', line 31

attribute :partition

#pool_settingsHash?

Returns This parameter is only available when C(type) is C(remote-high-speed-log).

Returns:

  • (Hash, nil)

    This parameter is only available when C(type) is C(remote-high-speed-log).



23
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_log_destination.rb', line 23

attribute :pool_settings

#state:present, ...

Returns When C(present), ensures that the resource exists.,When C(absent), ensures the resource is removed.

Returns:

  • (:present, :absent, nil)

    When C(present), ensures that the resource exists.,When C(absent), ensures the resource is removed.



35
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_log_destination.rb', line 35

attribute :state

#syslog_settingsHash?

Returns This parameter is only available when C(type) is C(remote-syslog).

Returns:

  • (Hash, nil)

    This parameter is only available when C(type) is C(remote-syslog).



27
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_log_destination.rb', line 27

attribute :syslog_settings

#type:"remote-high-speed-log", :"remote-syslog"

Returns Specifies the type of log destination.,Once created, this parameter cannot be changed.

Returns:

  • (:"remote-high-speed-log", :"remote-syslog")

    Specifies the type of log destination.,Once created, this parameter cannot be changed.



19
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_log_destination.rb', line 19

attribute :type