Show / Hide Table of Contents

Class ContainerOciFssVolume

An OCI File Storage Service (FSS) File System that can be mounted to Containers within a Container Instance. Check https://docs.oracle.com/en-us/iaas/api/#/en/filestorage/20171215/FileSystem for more details.

Inheritance
object
ContainerVolume
ContainerOciFssVolume
Inherited Members
ContainerVolume.Name
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 ContainerOciFssVolume : ContainerVolume

Properties

Export

Declaration
[JsonProperty(PropertyName = "export")]
public OciFssExport Export { get; set; }
Property Value
Type Description
OciFssExport

MountCommand

Declaration
[JsonProperty(PropertyName = "mountCommand")]
public OciFssMountCommand MountCommand { get; set; }
Property Value
Type Description
OciFssMountCommand

MountTarget

Declaration
[JsonProperty(PropertyName = "mountTarget")]
public OciFssMountTarget MountTarget { get; set; }
Property Value
Type Description
OciFssMountTarget

Security

Declaration
[JsonProperty(PropertyName = "security")]
public OciFssSecurity Security { get; set; }
Property Value
Type Description
OciFssSecurity

SubnetId

Declaration
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
Type Description
string

Specifies the network interface to be used for the OCI File Storage Service (FSS) volume. This is a required parameter when a Container Instance is attached to more than one subnets.

In this article
Back to top