Class: Ansible::Ruby::Modules::Sros_rollback
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Sros_rollback
- Defined in:
- lib/ansible/ruby/modules/generated/network/sros/sros_rollback.rb
Overview
Configure the rollback feature on remote Nokia devices running the SR OS operating system. this module provides a stateful implementation for managing the configuration of the rollback feature
Instance Method Summary collapse
-
#local_max_checkpoints ⇒ Object?
The I(local_max_checkpoints) argument configures the maximum number of rollback files that can be saved on the devices local compact flash.
-
#remote_max_checkpoints ⇒ Object?
The I(remote_max_checkpoints) argument configures the maximum number of rollback files that can be transferred and saved to a remote location.
-
#rescue_location ⇒ Object?
The I(rescue_location) specifies the location of the rescue file.
-
#rollback_location ⇒ String?
The I(rollback_location) specifies the location and filename of the rollback checkpoint files.
-
#state ⇒ :present, ...
The I(state) argument specifies the state of the configuration entries in the devices active configuration.
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
#local_max_checkpoints ⇒ Object?
19 |
# File 'lib/ansible/ruby/modules/generated/network/sros/sros_rollback.rb', line 19 attribute :local_max_checkpoints |
#remote_max_checkpoints ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/network/sros/sros_rollback.rb', line 16 attribute :remote_max_checkpoints |
#rescue_location ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/network/sros/sros_rollback.rb', line 22 attribute :rescue_location |
#rollback_location ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/sros/sros_rollback.rb', line 12 attribute :rollback_location |
#state ⇒ :present, ...
25 |
# File 'lib/ansible/ruby/modules/generated/network/sros/sros_rollback.rb', line 25 attribute :state |