Class: Ansible::Ruby::Modules::Nxos_banner
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_banner
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_banner.rb
Overview
This will configure both exec and motd banners on remote devices running Cisco NXOS. It allows playbooks to add or remote banner text from the active running configuration.
Instance Method Summary collapse
-
#banner ⇒ :exec, :motd
Specifies which banner that should be configured on the remote device.
-
#state ⇒ :present, ...
Specifies whether or not the configuration is present in the current devices active running configuration.
-
#text ⇒ String?
The banner text that should be present in the remote device running 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
#banner ⇒ :exec, :motd
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_banner.rb', line 12 attribute :banner |
#state ⇒ :present, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_banner.rb', line 20 attribute :state |
#text ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_banner.rb', line 16 attribute :text |