Show / Hide Table of Contents

Class FileStorageMountConfigurationDetails

The File Storage Mount Configuration Details.

Inheritance
object
StorageMountConfigurationDetails
FileStorageMountConfigurationDetails
Inherited Members
StorageMountConfigurationDetails.DestinationDirectoryName
StorageMountConfigurationDetails.DestinationPath
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
public class FileStorageMountConfigurationDetails : StorageMountConfigurationDetails

Properties

ExportId

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

OCID of the export

Remarks

Required

MountTargetId

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

OCID of the mount target

Remarks

Required

In this article
Back to top