Show / Hide Table of Contents

Class StorageMountConfigurationDetails

The storage mount configuration details

Inheritance
object
StorageMountConfigurationDetails
FileStorageMountConfigurationDetails
ObjectStorageMountConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
[JsonConverter(typeof(StorageMountConfigurationDetailsModelConverter))]
public class StorageMountConfigurationDetails

Properties

DestinationDirectoryName

Declaration
[Required(ErrorMessage = "DestinationDirectoryName is required.")]
[JsonProperty(PropertyName = "destinationDirectoryName")]
public string DestinationDirectoryName { get; set; }
Property Value
Type Description
string

The local directory name to be mounted

Remarks

Required

DestinationPath

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

The local path of the mounted directory, excluding directory name.

In this article
Back to top