Show / Hide Table of Contents

Class OciCliDumpTransferDetails

Optional dump transfer details for OCI-CLI-based dump transfer in source or target host.

Inheritance
object
HostDumpTransferDetails
OciCliDumpTransferDetails
Inherited Members
HostDumpTransferDetails.WalletLocation
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 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.

In this article
Back to top