Class: Ansible::Ruby::Modules::Junos_logging
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Junos_logging
- Defined in:
- lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb
Overview
This module provides declarative management of logging on Juniper JUNOS devices.
Instance Method Summary collapse
-
#active ⇒ Boolean?
Specifies whether or not the configuration is active or deactivated.
-
#aggregate ⇒ Array<Hash>, ...
List of logging definitions.
-
#dest ⇒ :console, ...
Destination of the logs.
-
#facility ⇒ String?
Set logging facility.
-
#files ⇒ Integer?
Number of files to be archived, this is applicable if value of I(dest) is C(file).
-
#level ⇒ String?
Set logging severity levels.
-
#name ⇒ String?
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.
-
#rotate_frequency ⇒ Integer?
Rotate log frequency in minutes, this is applicable if value of I(dest) is C(file).
-
#size ⇒ Integer?
Size of the file in archive, this is applicable if value of I(dest) is C(file).
-
#state ⇒ :present, ...
State of the logging configuration.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#active ⇒ Boolean?
36 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 36 attribute :active |
#aggregate ⇒ Array<Hash>, ...
28 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 28 attribute :aggregate |
#dest ⇒ :console, ...
12 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 12 attribute :dest |
#facility ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 20 attribute :facility |
#files ⇒ Integer?
48 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 48 attribute :files |
#level ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 24 attribute :level |
#name ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 16 attribute :name |
#rotate_frequency ⇒ Integer?
40 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 40 attribute :rotate_frequency |
#size ⇒ Integer?
44 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 44 attribute :size |
#state ⇒ :present, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_logging.rb', line 32 attribute :state |