Class PrimaryDbSystemSourceDetails
Details of the primary database system.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class PrimaryDbSystemSourceDetails : SourceDetails
Properties
PrimaryDbSystemId
Declaration
[Required(ErrorMessage = "PrimaryDbSystemId is required.")]
[JsonProperty(PropertyName = "primaryDbSystemId")]
public string PrimaryDbSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The [OCID] of the primary database system. |
Remarks
Required