AutonomousSettings¶
-
class
oci.os_management.models.
AutonomousSettings
(**kwargs)¶ Bases:
object
Managed Instance with Autonomous settings
Methods
__init__
(**kwargs)Initializes a new AutonomousSettings object with values from keyword arguments. Attributes
is_auto_update_enabled
Gets the is_auto_update_enabled 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_auto_update_enabled (bool) – The value to assign to the is_auto_update_enabled property of this AutonomousSettings.
-
is_auto_update_enabled
¶ Gets the is_auto_update_enabled of this AutonomousSettings. True if daily updates are enabled
Returns: The is_auto_update_enabled of this AutonomousSettings. Return type: bool
-