StopAutonomousDatabaseDetails

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

Bases: object

Request details to stop an Autonomous Database with force option.

Methods

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

Attributes

is_force_stop Gets the is_force_stop of this StopAutonomousDatabaseDetails.
__init__(**kwargs)

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

Parameters:is_force_stop (bool) – The value to assign to the is_force_stop property of this StopAutonomousDatabaseDetails.
is_force_stop

Gets the is_force_stop of this StopAutonomousDatabaseDetails. If set to true, stops the Autonomous Database with force option.

Returns:The is_force_stop of this StopAutonomousDatabaseDetails.
Return type:bool