Class: Ansible::Ruby::Modules::Win_scheduled_task
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_scheduled_task
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb
Instance Method Summary collapse
-
#argument ⇒ Object?
Arguments to provide scheduled task action.
-
#days_of_week ⇒ Object?
Days of the week to run a weekly task, not idempotent.
-
#description ⇒ Object?
The description for the scheduled task.
-
#enabled ⇒ Boolean?
Enable/disable the task.
-
#execute ⇒ Object?
Command the scheduled task should execute.
-
#frequency ⇒ :daily, ...
The frequency of the command, not idempotent.
-
#name ⇒ Object
Name of the scheduled task.
-
#path ⇒ String?
Folder path of scheduled task.
-
#state ⇒ :present, :absent
State that the task should become.
-
#time ⇒ Object?
Time to execute scheduled task, not idempotent.
-
#user ⇒ Object?
User to run scheduled task as.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#argument ⇒ Object?
Returns Arguments to provide scheduled task action.
31 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 31 attribute :argument |
#days_of_week ⇒ Object?
Returns Days of the week to run a weekly task, not idempotent.
41 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 41 attribute :days_of_week |
#description ⇒ Object?
Returns The description for the scheduled task.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 14 attribute :description |
#enabled ⇒ Boolean?
Returns Enable/disable the task.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 17 attribute :enabled |
#execute ⇒ Object?
Returns Command the scheduled task should execute.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 28 attribute :execute |
#frequency ⇒ :daily, ...
Returns The frequency of the command, not idempotent.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 34 attribute :frequency |
#name ⇒ Object
Returns Name of the scheduled task.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 10 attribute :name |
#path ⇒ String?
Returns Folder path of scheduled task.
44 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 44 attribute :path |
#state ⇒ :present, :absent
Returns State that the task should become.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 21 attribute :state |
#time ⇒ Object?
Returns Time to execute scheduled task, not idempotent.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 38 attribute :time |
#user ⇒ Object?
Returns User to run scheduled task as.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 25 attribute :user |