AssociatedSchedulerDefinition¶
-
class
oci.fleet_apps_management.models.
AssociatedSchedulerDefinition
(**kwargs)¶ Bases:
object
SchedulerDefinition associated with the job.
Methods
__init__
(**kwargs)Initializes a new AssociatedSchedulerDefinition object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this AssociatedSchedulerDefinition. id
[Required] Gets the id of this AssociatedSchedulerDefinition. is_recurring
[Required] Gets the is_recurring of this AssociatedSchedulerDefinition. tenancy_id
[Required] Gets the tenancy_id of this AssociatedSchedulerDefinition. -
__init__
(**kwargs)¶ Initializes a new AssociatedSchedulerDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AssociatedSchedulerDefinition.
- display_name (str) – The value to assign to the display_name property of this AssociatedSchedulerDefinition.
- tenancy_id (str) – The value to assign to the tenancy_id property of this AssociatedSchedulerDefinition.
- is_recurring (bool) – The value to assign to the is_recurring property of this AssociatedSchedulerDefinition.
-
display_name
¶ [Required] Gets the display_name of this AssociatedSchedulerDefinition. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this AssociatedSchedulerDefinition. Return type: str
-
id
¶ [Required] Gets the id of this AssociatedSchedulerDefinition. The OCID of the resource.
Returns: The id of this AssociatedSchedulerDefinition. Return type: str
-
is_recurring
¶ [Required] Gets the is_recurring of this AssociatedSchedulerDefinition. Is this a recurring schedule?
Returns: The is_recurring of this AssociatedSchedulerDefinition. Return type: bool
-
tenancy_id
¶ [Required] Gets the tenancy_id of this AssociatedSchedulerDefinition. OCID of the tenancy to which the resource belongs to.
Returns: The tenancy_id of this AssociatedSchedulerDefinition. Return type: str
-