SchedulerResource¶
-
class
oci.log_analytics.models.
SchedulerResource
(**kwargs)¶ Bases:
object
Scheduler Resource authorization container for ScheduledTask resources
Methods
__init__
(**kwargs)Initializes a new SchedulerResource object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this SchedulerResource. -
__init__
(**kwargs)¶ Initializes a new SchedulerResource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: compartment_id (str) – The value to assign to the compartment_id property of this SchedulerResource.
-
compartment_id
¶ [Required] Gets the compartment_id of this SchedulerResource. Tenancy ID
Returns: The compartment_id of this SchedulerResource. Return type: str
-