Class UpdateComputeInstanceMovableFileSystemOperationDetails
The details for updating the operations performed on a file systems for movable compute instance.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateComputeInstanceMovableFileSystemOperationDetails
Properties
ExportPath
Declaration
[Required(ErrorMessage = "ExportPath is required.")]
[JsonProperty(PropertyName = "exportPath")]
public string ExportPath { get; set; }
Property Value
Type | Description |
---|---|
string | The export path of the file system.
|
Remarks
Required
MountDetails
Declaration
[Required(ErrorMessage = "MountDetails is required.")]
[JsonProperty(PropertyName = "mountDetails")]
public UpdateFileSystemMountDetails MountDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateFileSystemMountDetails |
Remarks
Required
MountPoint
Declaration
[Required(ErrorMessage = "MountPoint is required.")]
[JsonProperty(PropertyName = "mountPoint")]
public string MountPoint { get; set; }
Property Value
Type | Description |
---|---|
string | The physical mount point of the file system on a host.
|
Remarks
Required
UnmountDetails
Declaration
[Required(ErrorMessage = "UnmountDetails is required.")]
[JsonProperty(PropertyName = "unmountDetails")]
public UpdateFileSystemUnmountDetails UnmountDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateFileSystemUnmountDetails |
Remarks
Required