CreatePluggableDatabaseRefreshableCloneDetails

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

Bases: object

Parameters for creating Pluggable Database Refreshable Clone. Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Methods

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

Attributes

is_refreshable_clone Gets the is_refreshable_clone of this CreatePluggableDatabaseRefreshableCloneDetails.
__init__(**kwargs)

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

Parameters:is_refreshable_clone (bool) – The value to assign to the is_refreshable_clone property of this CreatePluggableDatabaseRefreshableCloneDetails.
is_refreshable_clone

Gets the is_refreshable_clone of this CreatePluggableDatabaseRefreshableCloneDetails. Indicates whether Pluggable Database is a refreshable clone.

Returns:The is_refreshable_clone of this CreatePluggableDatabaseRefreshableCloneDetails.
Return type:bool