Show / Hide Table of Contents

Class MigrationPlanCollection

Results of a migration plan search. Contains both migration plan summary items and other information, such as metadata.

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

Properties

Items

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

List of migration plan summaries.

Remarks

Required

In this article
Back to top