DirectoryObject¶
-
class
oci.database_migration.models.
DirectoryObject
(**kwargs)¶ Bases:
object
Directory object details, used to define either import or export directory objects in Data Pump Settings.
Methods
__init__
(**kwargs)Initializes a new DirectoryObject object with values from keyword arguments. Attributes
name
[Required] Gets the name of this DirectoryObject. path
[Required] Gets the path of this DirectoryObject. -
__init__
(**kwargs)¶ Initializes a new DirectoryObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this DirectoryObject.
- path (str) – The value to assign to the path property of this DirectoryObject.
-
name
¶ [Required] Gets the name of this DirectoryObject. Name of directory object in database
Returns: The name of this DirectoryObject. Return type: str
-
path
¶ [Required] Gets the path of this DirectoryObject. Absolute path of directory on database server
Returns: The path of this DirectoryObject. Return type: str
-