Class: Ansible::Ruby::Modules::Mksysb
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Mksysb
- Defined in:
- lib/ansible/ruby/modules/generated/system/mksysb.rb
Overview
This module manages a basic AIX mksysb (image) of rootvg.
Instance Method Summary collapse
-
#backup_crypt_files ⇒ :yes, ...
Backup encrypted files.
-
#backup_dmapi_fs ⇒ :yes, ...
Back up DMAPI filesystem files.
-
#create_map_files ⇒ :yes, ...
Creates a new MAP files.
-
#exclude_files ⇒ :yes, ...
Excludes files using C(/etc/rootvg.exclude).
-
#exclude_wpar_files ⇒ :yes, ...
Excludes WPAR files.
-
#extended_attrs ⇒ :yes, ...
Backup extended attributes.
-
#name ⇒ String
Backup name.
-
#new_image_data ⇒ :yes, ...
Creates a new file data.
-
#software_packing ⇒ :yes, ...
Exclude files from packing option listed in C(/etc/exclude_packing.rootvg).
-
#storage_path ⇒ String
Storage path where the mksysb will stored.
-
#use_snapshot ⇒ :yes, ...
Creates backup using snapshots.
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
#backup_crypt_files ⇒ :yes, ...
Returns Backup encrypted files.
12 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 12 attribute :backup_crypt_files |
#backup_dmapi_fs ⇒ :yes, ...
Returns Back up DMAPI filesystem files.
16 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 16 attribute :backup_dmapi_fs |
#create_map_files ⇒ :yes, ...
Returns Creates a new MAP files.
20 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 20 attribute :create_map_files |
#exclude_files ⇒ :yes, ...
Returns Excludes files using C(/etc/rootvg.exclude).
24 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 24 attribute :exclude_files |
#exclude_wpar_files ⇒ :yes, ...
Returns Excludes WPAR files.
28 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 28 attribute :exclude_wpar_files |
#extended_attrs ⇒ :yes, ...
Returns Backup extended attributes.
32 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 32 attribute :extended_attrs |
#name ⇒ String
Returns Backup name.
36 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 36 attribute :name |
#new_image_data ⇒ :yes, ...
Returns Creates a new file data.
40 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 40 attribute :new_image_data |
#software_packing ⇒ :yes, ...
Returns Exclude files from packing option listed in C(/etc/exclude_packing.rootvg).
44 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 44 attribute :software_packing |
#storage_path ⇒ String
Returns Storage path where the mksysb will stored.
48 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 48 attribute :storage_path |
#use_snapshot ⇒ :yes, ...
Returns Creates backup using snapshots.
52 |
# File 'lib/ansible/ruby/modules/generated/system/mksysb.rb', line 52 attribute :use_snapshot |