AutonomousSettings

class oci.os_management_hub.models.AutonomousSettings(**kwargs)

Bases: object

Settings for the Autonomous Linux service.

Methods

__init__(**kwargs) Initializes a new AutonomousSettings object with values from keyword arguments.

Attributes

is_data_collection_authorized Gets the is_data_collection_authorized of this AutonomousSettings.
scheduled_job_id Gets the scheduled_job_id of this AutonomousSettings.
__init__(**kwargs)

Initializes a new AutonomousSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_data_collection_authorized (bool) – The value to assign to the is_data_collection_authorized property of this AutonomousSettings.
  • scheduled_job_id (str) – The value to assign to the scheduled_job_id property of this AutonomousSettings.
is_data_collection_authorized

Gets the is_data_collection_authorized of this AutonomousSettings. Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.

Returns:The is_data_collection_authorized of this AutonomousSettings.
Return type:bool
scheduled_job_id

Gets the scheduled_job_id of this AutonomousSettings. The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.

Returns:The scheduled_job_id of this AutonomousSettings.
Return type:str