Class: Ansible::Ruby::Modules::Nxos_rollback

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

Overview

This module offers the ability to set a configuration checkpoint file or rollback to a configuration checkpoint file on Cisco NXOS switches.

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

#checkpoint_fileString?

Returns Name of checkpoint file to create. Mutually exclusive with rollback_to.

Returns:

  • (String, nil)

    Name of checkpoint file to create. Mutually exclusive with rollback_to.



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

attribute :checkpoint_file

#rollback_toString?

Returns Name of checkpoint file to rollback to. Mutually exclusive with checkpoint_file.

Returns:

  • (String, nil)

    Name of checkpoint file to rollback to. Mutually exclusive with checkpoint_file.



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

attribute :rollback_to