Class DeploymentPeerCollection
A list of DeploymentPeers.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class DeploymentPeerCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DeploymentPeerSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DeploymentPeerSummary> | An array of DeploymentPeers. |
Remarks
Required