Show / Hide Table of Contents

Class UpdateBlockVolumeMountDetails

Deprecated. Use the 'UpdateComputeInstanceNonMovableBlockVolumeMountOperationDetails' definition instead of this. The details for updating the file system mount on a block volume.

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

Properties

MountPoint

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

The physical mount point used for mounting the file system on a block volume.
Example: /mnt/yourmountpoint

In this article
Back to top