Class: Ansible::Ruby::Modules::Bigip_log_publisher

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

Overview

Manages log publishers 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 Specifies a description for the log publisher.

Returns:

  • (Object, nil)

    Specifies a description for the log publisher.



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

attribute :description

#destinationsArray<String>, ...

Returns Specifies log destinations for this log publisher to use.

Returns:

  • (Array<String>, String, nil)

    Specifies log destinations for this log publisher to use.



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

attribute :destinations

#nameString

Returns Specifies the name of the log publisher.

Returns:

  • (String)

    Specifies the name of the log publisher.



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

attribute :name

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



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

attribute :partition

#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.



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

attribute :state