RestartAutonomousDatabaseDetails

class oci.database.models.RestartAutonomousDatabaseDetails(**kwargs)

Bases: object

Request details to restart an Autonomous Database with force option.

Methods

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

Attributes

is_force_restart Gets the is_force_restart of this RestartAutonomousDatabaseDetails.
__init__(**kwargs)

Initializes a new RestartAutonomousDatabaseDetails 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 RestartAutonomousDatabaseDetails.
is_force_restart

Gets the is_force_restart of this RestartAutonomousDatabaseDetails. If set to true, restarts the Autonomous Database with force option.

Returns:The is_force_restart of this RestartAutonomousDatabaseDetails.
Return type:bool