Class CreateOciFssMountTargetIdDetails
The OCID of the OCI File Storage Service (FSS) Mount Target. The user must have read permission for mount-targets.
Inherited Members
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class CreateOciFssMountTargetIdDetails : CreateOciFssMountTargetDetails
Properties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the OCI File Storage Service (FSS) Mount Target. |
Remarks
Required