PluggableDatabaseRefreshableCloneConfig

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

Bases: object

Pluggable Database Refreshable Clone Configuration.

Methods

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

Attributes

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

Initializes a new PluggableDatabaseRefreshableCloneConfig 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 PluggableDatabaseRefreshableCloneConfig.
is_refreshable_clone

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

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