Class RefreshableCloneSummary
An Autonomous AI Database refreshable clone
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class RefreshableCloneSummaryProperties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the Autonomous AI Database. | 
Remarks
Required
Region
Declaration
[Required(ErrorMessage = "Region is required.")]
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the region where the refreshable clone exists. | 
Remarks
Required