Class: Ansible::Ruby::Modules::Nxos_rollback
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_rollback
- 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
-
#checkpoint_file ⇒ String?
Name of checkpoint file to create.
-
#rollback_to ⇒ String?
Name of checkpoint file to rollback to.
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
#checkpoint_file ⇒ String?
Returns 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_to ⇒ String?
Returns 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 |