Class OciCliDumpTransferDetails
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 OciCliDumpTransferDetails : HostDumpTransferDetails
Properties
OciHome
Declaration
[JsonProperty(PropertyName = "ociHome")]
public string OciHome { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Path to the OCI CLI installation in the node. |