LogAnalyticsScheduledTasksDependsOn¶
-
class
oci.fleet_apps_management.models.LogAnalyticsScheduledTasksDependsOn(**kwargs)¶ Bases:
objectDepends on object.
Methods
__init__(**kwargs)Initializes a new LogAnalyticsScheduledTasksDependsOn object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this LogAnalyticsScheduledTasksDependsOn. task_type[Required] Gets the task_type of this LogAnalyticsScheduledTasksDependsOn. -
__init__(**kwargs)¶ Initializes a new LogAnalyticsScheduledTasksDependsOn 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 LogAnalyticsScheduledTasksDependsOn.
- task_type (str) – The value to assign to the task_type property of this LogAnalyticsScheduledTasksDependsOn.
-
compartment_id¶ [Required] Gets the compartment_id of this LogAnalyticsScheduledTasksDependsOn. OCID of the compartment.
Returns: The compartment_id of this LogAnalyticsScheduledTasksDependsOn. Return type: str
-
task_type¶ [Required] Gets the task_type of this LogAnalyticsScheduledTasksDependsOn. Kind of scheduled task expected.
Returns: The task_type of this LogAnalyticsScheduledTasksDependsOn. Return type: str
-