Show / Hide Table of Contents

Class UpdateHostDumpTransferDetails

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

Inheritance
object
UpdateHostDumpTransferDetails
UpdateCurlTransferDetails
UpdateOciCliDumpTransferDetails
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(UpdateHostDumpTransferDetailsModelConverter))]
public class UpdateHostDumpTransferDetails

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