ImportTransportableTablespaceDetails¶
-
class
oci.database.models.ImportTransportableTablespaceDetails(**kwargs)¶ Bases:
objectDetails for importing transportable tablespace for an Autonomous AI Database.
Methods
__init__(**kwargs)Initializes a new ImportTransportableTablespaceDetails object with values from keyword arguments. Attributes
tts_bundle_url[Required] Gets the tts_bundle_url of this ImportTransportableTablespaceDetails. -
__init__(**kwargs)¶ Initializes a new ImportTransportableTablespaceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: tts_bundle_url (str) – The value to assign to the tts_bundle_url property of this ImportTransportableTablespaceDetails.
-
tts_bundle_url¶ [Required] Gets the tts_bundle_url of this ImportTransportableTablespaceDetails. URL for OCI Storage location for a Transportable Tablespace (TTS) bundle.
Returns: The tts_bundle_url of this ImportTransportableTablespaceDetails. Return type: str
-