Class: Ansible::Ruby::Modules::Nxos_feature
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_feature
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_feature.rb
Overview
Offers ability to enable and disable features in NX-OS.
Instance Method Summary collapse
-
#feature ⇒ String
Name of feature.
-
#state ⇒ :enabled, ...
Desired state of the feature.
Methods inherited from Base
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
#feature ⇒ String
Returns Name of feature.
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_feature.rb', line 12 attribute :feature |
#state ⇒ :enabled, ...
Returns Desired state of the feature.
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_feature.rb', line 16 attribute :state |