ExportBackupDetails¶
-
class
oci.mysql.models.ExportBackupDetails(**kwargs)¶ Bases:
objectThe parameters required to export a DB system backup.
Methods
__init__(**kwargs)Initializes a new ExportBackupDetails object with values from keyword arguments. Attributes
bucket_name[Required] Gets the bucket_name of this ExportBackupDetails. export_optionsGets the export_options of this ExportBackupDetails. namespace_name[Required] Gets the namespace_name of this ExportBackupDetails. subnet_idGets the subnet_id of this ExportBackupDetails. -
__init__(**kwargs)¶ Initializes a new ExportBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bucket_name (str) – The value to assign to the bucket_name property of this ExportBackupDetails.
- export_options (oci.mysql.models.ExportOptions) – The value to assign to the export_options property of this ExportBackupDetails.
- namespace_name (str) – The value to assign to the namespace_name property of this ExportBackupDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this ExportBackupDetails.
-
bucket_name¶ [Required] Gets the bucket_name of this ExportBackupDetails. The Object Storage bucket name.
Returns: The bucket_name of this ExportBackupDetails. Return type: str
-
export_options¶ Gets the export_options of this ExportBackupDetails.
Returns: The export_options of this ExportBackupDetails. Return type: oci.mysql.models.ExportOptions
-
namespace_name¶ [Required] Gets the namespace_name of this ExportBackupDetails. The Object Storage namespace.
Returns: The namespace_name of this ExportBackupDetails. Return type: str
-
subnet_id¶ Gets the subnet_id of this ExportBackupDetails. The OCID of the subnet which the temporary MySQL instance is associated with. If not specified, the subnet OCID of the DB system from which the backup is taken will be used by default. To export a backup copied from another region, it is mandatory to specify a valid subnet OCID in the current region.
Returns: The subnet_id of this ExportBackupDetails. Return type: str
-