UpdatableAutonomousSettings¶
-
class
oci.os_management_hub.models.
UpdatableAutonomousSettings
(**kwargs)¶ Bases:
object
Updatable settings for the Autonomous Linux service.
Methods
__init__
(**kwargs)Initializes a new UpdatableAutonomousSettings object with values from keyword arguments. Attributes
is_data_collection_authorized
Gets the is_data_collection_authorized of this UpdatableAutonomousSettings. -
__init__
(**kwargs)¶ Initializes a new UpdatableAutonomousSettings 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 UpdatableAutonomousSettings.
Gets the is_data_collection_authorized of this UpdatableAutonomousSettings. Indicates whether Autonomous Linux will collect crash files.
Returns: The is_data_collection_authorized of this UpdatableAutonomousSettings. Return type: bool
-