SourceDetails¶
-
class
oci.file_storage.models.
SourceDetails
(**kwargs)¶ Bases:
object
Source information for the file system.
Methods
__init__
(**kwargs)Initializes a new SourceDetails object with values from keyword arguments. Attributes
parent_file_system_id
Gets the parent_file_system_id of this SourceDetails. source_snapshot_id
Gets the source_snapshot_id of this SourceDetails. -
__init__
(**kwargs)¶ Initializes a new SourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - parent_file_system_id (str) – The value to assign to the parent_file_system_id property of this SourceDetails.
- source_snapshot_id (str) – The value to assign to the source_snapshot_id property of this SourceDetails.
-
parent_file_system_id
¶ Gets the parent_file_system_id of this SourceDetails. The OCID of the file system that contains the source snapshot of a cloned file system. See Cloning a File System.
Returns: The parent_file_system_id of this SourceDetails. Return type: str
-
source_snapshot_id
¶ Gets the source_snapshot_id of this SourceDetails. The OCID of the source snapshot used to create a cloned file system. See Cloning a File System.
Returns: The source_snapshot_id of this SourceDetails. Return type: str
-