Show / Hide Table of Contents

Class SourceDetails

Source information for the file system.

Inheritance
object
SourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class SourceDetails

Properties

ParentFileSystemId

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

The OCID of the file system that contains the source snapshot of a cloned file system. See Cloning a File System.

SourceSnapshotId

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

The OCID of the source snapshot used to create a cloned file system. See Cloning a File System.

In this article
Back to top