Show / Hide Table of Contents

Class PrimaryDbSystemSourceDetails

Details of the primary database system.

Inheritance
object
SourceDetails
PrimaryDbSystemSourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top