Class: Ansible::Ruby::Modules::Nxos_feature

Inherits:
Base show all
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

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

#featureString

Returns Name of feature.

Returns:

  • (String)

    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.

Returns:

  • (:enabled, :disabled, nil)

    Desired state of the feature.



16
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_feature.rb', line 16

attribute :state