Class: Ansible::Ruby::Modules::Win_scheduled_task

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#argumentObject?

Returns Arguments to provide scheduled task action.

Returns:

  • (Object, nil)

    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_weekObject?

Returns Days of the week to run a weekly task, not idempotent.

Returns:

  • (Object, nil)

    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

#descriptionObject?

Returns The description for the scheduled task.

Returns:

  • (Object, nil)

    The description for the scheduled task



14
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 14

attribute :description

#enabledBoolean?

Returns Enable/disable the task.

Returns:

  • (Boolean, nil)

    Enable/disable the task



17
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 17

attribute :enabled

#executeObject?

Returns Command the scheduled task should execute.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:daily, :weekly, nil)

    The frequency of the command, not idempotent



34
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 34

attribute :frequency

#nameObject

Returns Name of the scheduled task.

Returns:

  • (Object)

    Name of the scheduled task



10
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 10

attribute :name

#pathString?

Returns Folder path of scheduled task.

Returns:

  • (String, nil)

    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.

Returns:

  • (:present, :absent)

    State that the task should become



21
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 21

attribute :state

#timeObject?

Returns Time to execute scheduled task, not idempotent.

Returns:

  • (Object, nil)

    Time to execute scheduled task, not idempotent



38
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 38

attribute :time

#userObject?

Returns User to run scheduled task as.

Returns:

  • (Object, nil)

    User to run scheduled task as



25
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb', line 25

attribute :user