Class: Ansible::Ruby::Modules::Nxos_gir_profile_management

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

Overview

Manage a maintenance-mode or normal-mode profile with configuration commands that can be applied during graceful removal or graceful insertion.

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

#commandsArray<String>, ...

Returns List of commands to be included into the profile.

Returns:

  • (Array<String>, String, nil)

    List of commands to be included into the profile.



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_gir_profile_management.rb', line 12

attribute :commands

#mode:maintenance, :normal

Returns Configure the profile as Maintenance or Normal mode.

Returns:

  • (:maintenance, :normal)

    Configure the profile as Maintenance or Normal mode.



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

attribute :mode

#state:present, ...

Returns Specify desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Specify desired state of the resource.



20
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_gir_profile_management.rb', line 20

attribute :state