Class CreateContainerOciFssVolumeDetails
Inheritance
CreateContainerOciFssVolumeDetails
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class CreateContainerOciFssVolumeDetails : CreateContainerVolumeDetails
Properties
Export
Declaration
[Required(ErrorMessage = "Export is required.")]
[JsonProperty(PropertyName = "export")]
public CreateOciFssExportDetails Export { get; set; }
Property Value
MountCommand
Declaration
[JsonProperty(PropertyName = "mountCommand")]
public CreateOciFssMountCommandDetails MountCommand { get; set; }
Property Value
MountTarget
Declaration
[Required(ErrorMessage = "MountTarget is required.")]
[JsonProperty(PropertyName = "mountTarget")]
public CreateOciFssMountTargetDetails MountTarget { get; set; }
Property Value
Security
Declaration
[JsonProperty(PropertyName = "security")]
public CreateOciFssSecurityDetails 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.
|