Class UpdateHostDumpTransferDetails
Optional additional properties for dump transfer in source or target host. Default kind is CURL.
Inheritance
UpdateHostDumpTransferDetails
Inherited Members
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. |