Show / Hide Table of Contents

Class CreateComputeInstanceNonMovableBlockVolumeMountOperationDetails

The details for creating a mount for a file system on a block volume.

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

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