Class DbSystemReplicaCollection
Results of replica database system search.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class DbSystemReplicaCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DbSystemReplicaSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DbSystemReplicaSummary> | List of replica database systems. |
Remarks
Required