Show / Hide Table of Contents

Class FileSystemUnmountDetails

Unmount details for a file system.

Inheritance
object
FileSystemUnmountDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class FileSystemUnmountDetails

Properties

MountTargetId

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

The OCID of the mount target for this file system.
Example: ocid1.mounttarget.oc1..uniqueID

Remarks

Required

In this article
Back to top