Class UpdateBlockVolumeMountDetails
The details for updating the file system mount on a block volume.
Inherited Members
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.
|