ExportOciCacheBackupToObjectStorageDetails¶
-
class
oci.redis.models.ExportOciCacheBackupToObjectStorageDetails(**kwargs)¶ Bases:
objectParameters to export an OCI Cache Backup’s RDB file(s) to Object Storage.
Methods
__init__(**kwargs)Initializes a new ExportOciCacheBackupToObjectStorageDetails object with values from keyword arguments. Attributes
bucket_name[Required] Gets the bucket_name of this ExportOciCacheBackupToObjectStorageDetails. namespace_name[Required] Gets the namespace_name of this ExportOciCacheBackupToObjectStorageDetails. prefixGets the prefix of this ExportOciCacheBackupToObjectStorageDetails. -
__init__(**kwargs)¶ Initializes a new ExportOciCacheBackupToObjectStorageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace_name (str) – The value to assign to the namespace_name property of this ExportOciCacheBackupToObjectStorageDetails.
- bucket_name (str) – The value to assign to the bucket_name property of this ExportOciCacheBackupToObjectStorageDetails.
- prefix (str) – The value to assign to the prefix property of this ExportOciCacheBackupToObjectStorageDetails.
-
bucket_name¶ [Required] Gets the bucket_name of this ExportOciCacheBackupToObjectStorageDetails. The target Object Storage bucket name.
Returns: The bucket_name of this ExportOciCacheBackupToObjectStorageDetails. Return type: str
-
namespace_name¶ [Required] Gets the namespace_name of this ExportOciCacheBackupToObjectStorageDetails. The Object Storage namespace name.
Returns: The namespace_name of this ExportOciCacheBackupToObjectStorageDetails. Return type: str
-
prefix¶ Gets the prefix of this ExportOciCacheBackupToObjectStorageDetails. Optional prefix under which the service will place the exported object(s).
Returns: The prefix of this ExportOciCacheBackupToObjectStorageDetails. Return type: str
-