Show / Hide Table of Contents

Class CreateHostDumpTransferDetails

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

Inheritance
object
CreateHostDumpTransferDetails
CreateCurlTransferDetails
CreateOciCliDumpTransferDetails
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(CreateHostDumpTransferDetailsModelConverter))]
public class CreateHostDumpTransferDetails

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