Class UpdateComputeInstanceNonMovableBlockVolumeMountOperationDetails
The details for updating a mount for a file system on a block volume.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateComputeInstanceNonMovableBlockVolumeMountOperationDetails
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.
|
Remarks
Required