Show / Hide Table of Contents

Class DrPlanCollection

A list of DR plan summaries.

Inheritance
object
DrPlanCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class DrPlanCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DrPlanSummary> Items { get; set; }
Property Value
Type Description
List<DrPlanSummary>

A list of DR plan summaries.

Remarks

Required

In this article
Back to top