RestartAutonomousContainerDatabaseDetails¶
-
class
oci.database.models.RestartAutonomousContainerDatabaseDetails(**kwargs)¶ Bases:
objectRequest details to restart an Autonomous Container Database with force option.
Methods
__init__(**kwargs)Initializes a new RestartAutonomousContainerDatabaseDetails object with values from keyword arguments. Attributes
is_force_restartGets the is_force_restart of this RestartAutonomousContainerDatabaseDetails. -
__init__(**kwargs)¶ Initializes a new RestartAutonomousContainerDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_force_restart (bool) – The value to assign to the is_force_restart property of this RestartAutonomousContainerDatabaseDetails.
-
is_force_restart¶ Gets the is_force_restart of this RestartAutonomousContainerDatabaseDetails. If set to true, restarts the Autonomous Container Database with force option.
Returns: The is_force_restart of this RestartAutonomousContainerDatabaseDetails. Return type: bool
-