Show / Hide Table of Contents

Class CreateOciCliDumpTransferDetails

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

Inheritance
object
CreateHostDumpTransferDetails
CreateOciCliDumpTransferDetails
Inherited Members
CreateHostDumpTransferDetails.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 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

In this article
Back to top