Show / Hide Table of Contents

Class CreateOracleNfsDataTransferMediumDetails

OCI Object Storage bucket will be used to store Data Pump dump files for the migration.

Inheritance
object
CreateOracleDataTransferMediumDetails
CreateOracleNfsDataTransferMediumDetails
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
public class CreateOracleNfsDataTransferMediumDetails : CreateOracleDataTransferMediumDetails

Properties

ObjectStorageBucket

Declaration
[JsonProperty(PropertyName = "objectStorageBucket")]
public CreateObjectStoreBucket ObjectStorageBucket { get; set; }
Property Value
Type Description
CreateObjectStoreBucket

SharedStorageMountTargetId

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

OCID of the shared storage mount target

Source

Declaration
[JsonProperty(PropertyName = "source")]
public HostDumpTransferDetails Source { get; set; }
Property Value
Type Description
HostDumpTransferDetails

Target

Declaration
[JsonProperty(PropertyName = "target")]
public HostDumpTransferDetails Target { get; set; }
Property Value
Type Description
HostDumpTransferDetails
In this article
Back to top