Class FileStorageMountDetails
Details about a File Storage mount for an IoT flow runtime.
Inherited Members
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class FileStorageMountDetails
Properties
ExportId
Declaration
[Required(ErrorMessage = "ExportId is required.")]
[JsonProperty(PropertyName = "exportId")]
public string ExportId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the File Storage export. |
Remarks
Required
MountPath
Declaration
[Required(ErrorMessage = "MountPath is required.")]
[JsonProperty(PropertyName = "mountPath")]
public string MountPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The path relative to |
Remarks
Required
MountTargetId
Declaration
[Required(ErrorMessage = "MountTargetId is required.")]
[JsonProperty(PropertyName = "mountTargetId")]
public string MountTargetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the File Storage mount target. |
Remarks
Required