Class OciFssMountCommand
Specifications for the mount command to mount the OCI File Storage Service (FSS) File System to Containers.
Inherited Members
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class OciFssMountCommand
Properties
MountOptions
Declaration
[JsonProperty(PropertyName = "mountOptions")]
public List<OciFssMountOption> MountOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OciFssMountOption> | List of mount options to be used in the mount command. The order of this array will be maintained while preparing the mount command. |