Show / Hide Table of Contents

Class OciFssMountTargetId

The OCID of the OCI File Storage Service (FSS) Mount Target. The user must have read permission for mount-targets.

Inheritance
object
OciFssMountTarget
OciFssMountTargetId
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 OciFssMountTargetId : OciFssMountTarget

Properties

Id

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

The OCID of the OCI File Storage Service (FSS) Mount Target.

In this article
Back to top