Class: Ansible::Ruby::Modules::Aix_inittab
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aix_inittab
- Defined in:
- lib/ansible/ruby/modules/generated/system/aix_inittab.rb
Overview
Manages the inittab on AIX.
Instance Method Summary collapse
-
#action ⇒ :boot, ...
Action what the init has to do with this entry.
-
#command ⇒ String
What command has to run.
-
#insertafter ⇒ String?
After which inittabline should the new entry inserted.
-
#name ⇒ String
Name of the inittab entry.
-
#runlevel ⇒ Integer
Runlevel of the entry.
-
#state ⇒ :absent, ...
Whether the entry should be present or absent in the inittab file.
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
#action ⇒ :boot, ...
Returns Action what the init has to do with this entry.
20 |
# File 'lib/ansible/ruby/modules/generated/system/aix_inittab.rb', line 20 attribute :action |
#command ⇒ String
Returns What command has to run.
24 |
# File 'lib/ansible/ruby/modules/generated/system/aix_inittab.rb', line 24 attribute :command |
#insertafter ⇒ String?
Returns After which inittabline should the new entry inserted.
28 |
# File 'lib/ansible/ruby/modules/generated/system/aix_inittab.rb', line 28 attribute :insertafter |
#name ⇒ String
Returns Name of the inittab entry.
12 |
# File 'lib/ansible/ruby/modules/generated/system/aix_inittab.rb', line 12 attribute :name |
#runlevel ⇒ Integer
Returns Runlevel of the entry.
16 |
# File 'lib/ansible/ruby/modules/generated/system/aix_inittab.rb', line 16 attribute :runlevel |
#state ⇒ :absent, ...
Returns Whether the entry should be present or absent in the inittab file.
32 |
# File 'lib/ansible/ruby/modules/generated/system/aix_inittab.rb', line 32 attribute :state |