RefreshableCloneSummary¶
-
class
oci.database.models.
RefreshableCloneSummary
(**kwargs)¶ Bases:
object
An Autonomous Database refreshable clone
Methods
__init__
(**kwargs)Initializes a new RefreshableCloneSummary object with values from keyword arguments. Attributes
id
[Required] Gets the id of this RefreshableCloneSummary. region
[Required] Gets the region of this RefreshableCloneSummary. -
__init__
(**kwargs)¶ Initializes a new RefreshableCloneSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this RefreshableCloneSummary.
- region (str) – The value to assign to the region property of this RefreshableCloneSummary.
-
id
¶ [Required] Gets the id of this RefreshableCloneSummary. The OCID of the Autonomous Database.
Returns: The id of this RefreshableCloneSummary. Return type: str
-
region
¶ [Required] Gets the region of this RefreshableCloneSummary. The name of the region where the refreshable clone exists.
Returns: The region of this RefreshableCloneSummary. Return type: str
-