ImportOciCacheFromObjectStorageObject

class oci.redis.models.ImportOciCacheFromObjectStorageObject(**kwargs)

Bases: object

An object to import from the specified bucket.

Methods

__init__(**kwargs) Initializes a new ImportOciCacheFromObjectStorageObject object with values from keyword arguments.

Attributes

object_name [Required] Gets the object_name of this ImportOciCacheFromObjectStorageObject.
__init__(**kwargs)

Initializes a new ImportOciCacheFromObjectStorageObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:object_name (str) – The value to assign to the object_name property of this ImportOciCacheFromObjectStorageObject.
object_name

[Required] Gets the object_name of this ImportOciCacheFromObjectStorageObject. The name of the object in the bucket (for example, ‘customerA/exports/backup_ocid/dump.rdb’).

Returns:The object_name of this ImportOciCacheFromObjectStorageObject.
Return type:str