Show / Hide Table of Contents

Class OciFssExportId

The OCID of the OCI File Storage Service (FSS) Export. The user must have read permission for export-sets.

Inheritance
object
OciFssExport
OciFssExportId
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 OciFssExportId : OciFssExport

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) Export.

In this article
Back to top