Class: Ansible::Ruby::Modules::Ios_logging

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

Overview

This module provides declarative management of logging on Cisco Ios devices.

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

#aggregateArray<Hash>, ...

Returns List of logging definitions.

Returns:

  • (Array<Hash>, Hash, nil)

    List of logging definitions.



32
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_logging.rb', line 32

attribute :aggregate

#dest:on, ...

Returns Destination of the logs.

Returns:

  • (:on, :host, :console, :monitor, :buffered, nil)

    Destination of the logs.



12
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_logging.rb', line 12

attribute :dest

#facilityString?

Returns Set logging facility.

Returns:

  • (String, nil)

    Set logging facility.



24
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_logging.rb', line 24

attribute :facility

#levelString?

Returns Set logging severity levels.

Returns:

  • (String, nil)

    Set logging severity levels.



28
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_logging.rb', line 28

attribute :level

#nameString?

Returns If value of C(dest) is I(file) it indicates file-name, for I(user) it indicates username and for I(host) indicates the host name to be notified.

Returns:

  • (String, nil)

    If value of C(dest) is I(file) it indicates file-name, for I(user) it indicates username and for I(host) indicates the host name to be notified.



16
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_logging.rb', line 16

attribute :name

#sizeInteger?

Returns Size of buffer. The acceptable value is in range from 4096 to 4294967295 bytes.

Returns:

  • (Integer, nil)

    Size of buffer. The acceptable value is in range from 4096 to 4294967295 bytes.



20
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_logging.rb', line 20

attribute :size

#state:present, ...

Returns State of the logging configuration.

Returns:

  • (:present, :absent, nil)

    State of the logging configuration.



36
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_logging.rb', line 36

attribute :state