Show / Hide Table of Contents

Class ComputeInstanceNonMovableBlockVolumeMountOperationDetails

The details for mounting a file system on a block volume.

Inheritance
object
ComputeInstanceNonMovableBlockVolumeMountOperationDetails
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 ComputeInstanceNonMovableBlockVolumeMountOperationDetails

Properties

MountPoint

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

The physical mount point where the file system is mounted on the block volume.
Example: /mnt/yourmountpoint

Remarks

Required

In this article
Back to top