Show / Hide Table of Contents

Class StartMigrationDetails

Parameters to specify to a Migration job operation.

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

Properties

WaitAfter

Declaration
[JsonProperty(PropertyName = "waitAfter")]
[JsonConverter(typeof(StringEnumConverter))]
public OdmsJobPhases? WaitAfter { get; set; }
Property Value
Type Description
OdmsJobPhases?

Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.

In this article
Back to top