CopyDeploymentBackupDetails¶
-
class
oci.golden_gate.models.
CopyDeploymentBackupDetails
(**kwargs)¶ Bases:
object
The information about the copy for a Deployment Backup.
Methods
__init__
(**kwargs)Initializes a new CopyDeploymentBackupDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this CopyDeploymentBackupDetails. defined_tags
Gets the defined_tags of this CopyDeploymentBackupDetails. freeform_tags
Gets the freeform_tags of this CopyDeploymentBackupDetails. namespace_name
[Required] Gets the namespace_name of this CopyDeploymentBackupDetails. -
__init__
(**kwargs)¶ Initializes a new CopyDeploymentBackupDetails 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 CopyDeploymentBackupDetails.
- bucket_name (str) – The value to assign to the bucket_name property of this CopyDeploymentBackupDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CopyDeploymentBackupDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CopyDeploymentBackupDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this CopyDeploymentBackupDetails. Name of the bucket where the object is to be uploaded in the object storage
Returns: The bucket_name of this CopyDeploymentBackupDetails. Return type: str
Gets the defined_tags of this CopyDeploymentBackupDetails. Tags defined for this resource. Each key is predefined and scoped to a namespace.
Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CopyDeploymentBackupDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this CopyDeploymentBackupDetails. A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CopyDeploymentBackupDetails. Return type: dict(str, str)
-
namespace_name
¶ [Required] Gets the namespace_name of this CopyDeploymentBackupDetails. Name of namespace that serves as a container for all of your buckets
Returns: The namespace_name of this CopyDeploymentBackupDetails. Return type: str
-