Show / Hide Table of Contents

Class OciFssMountCommand

Specifications for the mount command to mount the OCI File Storage Service (FSS) File System to Containers.

Inheritance
object
OciFssMountCommand
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top