UpdateDirectoryObject¶
-
class
oci.database_migration.models.
UpdateDirectoryObject
(**kwargs)¶ Bases:
object
Directory object details, used to define either import or export directory objects in Data Pump Settings. Import directory is required for Non-Autonomous target connections. If specified for an autonomous target, it will show an error. Export directory will error if there are database link details specified. If an empty object is specified, the stored Directory Object details will be removed.
Methods
__init__
(**kwargs)Initializes a new UpdateDirectoryObject object with values from keyword arguments. Attributes
name
Gets the name of this UpdateDirectoryObject. path
Gets the path of this UpdateDirectoryObject. -
__init__
(**kwargs)¶ Initializes a new UpdateDirectoryObject 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 UpdateDirectoryObject.
- path (str) – The value to assign to the path property of this UpdateDirectoryObject.
-
name
¶ Gets the name of this UpdateDirectoryObject. Name of directory object in database
Returns: The name of this UpdateDirectoryObject. Return type: str
-
path
¶ Gets the path of this UpdateDirectoryObject. Absolute path of directory on database server
Returns: The path of this UpdateDirectoryObject. Return type: str
-