Class CreateOciCliDumpTransferDetails
Optional dump transfer details for OCI-CLI-based dump transfer in source or target host.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class CreateOciCliDumpTransferDetails : CreateHostDumpTransferDetails
Properties
OciHome
Declaration
[Required(ErrorMessage = "OciHome is required.")]
[JsonProperty(PropertyName = "ociHome")]
public string OciHome { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Path to the OCI CLI installation in the node. |
Remarks
Required