Show / Hide Table of Contents

Class HostDumpTransferDetails

Optional additional properties for dump transfer in source or target host. Default kind is CURL.

Inheritance
object
HostDumpTransferDetails
CurlTransferDetails
OciCliDumpTransferDetails
Inherited Members
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
[JsonConverter(typeof(HostDumpTransferDetailsModelConverter))]
public class HostDumpTransferDetails

Properties

WalletLocation

Declaration
[JsonProperty(PropertyName = "walletLocation")]
public string WalletLocation { get; set; }
Property Value
Type Description
string

Directory path to OCI SSL wallet location on Db server node.

In this article
Back to top