Class StartMigrationDetails
Parameters to specify to a Migration job operation.
Inherited Members
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. |