Class DrProtectionGroupCollection
A list of DR protection group summaries.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class DrProtectionGroupCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DrProtectionGroupSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DrProtectionGroupSummary> | A list of DR protection group summaries. |
Remarks
Required