Class: Ansible::Ruby::Modules::Na_ontap_job_schedule

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_job_schedule.rb

Overview

Create/Delete/Modify_minute job-schedules on ONTAP

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#job_minutesString?

Returns The minute(s) of each hour when the job should be run. Job Manager cron scheduling minute. -1 represents all minutes and only supported for cron schedule create and modify. Range is [-1..59].

Returns:

  • (String, nil)

    The minute(s) of each hour when the job should be run. Job Manager cron scheduling minute. -1 represents all minutes and only supported for cron schedule create and modify. Range is [-1..59]



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_job_schedule.rb', line 20

attribute :job_minutes

#nameString

Returns The name of the job-schedule to manage.

Returns:

  • (String)

    The name of the job-schedule to manage.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_job_schedule.rb', line 16

attribute :name

#state:present, ...

Returns Whether the specified job schedule should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the specified job schedule should exist or not.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_job_schedule.rb', line 12

attribute :state