Class ContainerOciFssVolume
Inheritance
ContainerOciFssVolume
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class ContainerOciFssVolume : ContainerVolume
Properties
Export
Declaration
[JsonProperty(PropertyName = "export")]
public OciFssExport Export { get; set; }
Property Value
MountCommand
Declaration
[JsonProperty(PropertyName = "mountCommand")]
public OciFssMountCommand MountCommand { get; set; }
Property Value
MountTarget
Declaration
[JsonProperty(PropertyName = "mountTarget")]
public OciFssMountTarget MountTarget { get; set; }
Property Value
Security
Declaration
[JsonProperty(PropertyName = "security")]
public OciFssSecurity Security { get; set; }
Property Value
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.
|