Class BlockVolumeMountDetails
The details for mounting or unmounting the file system on a block volume.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class BlockVolumeMountDetails
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 used for mounting and unmounting the file system on a block volume.
|
Remarks
Required