CreateDeploymentBackupDetails¶
-
class
oci.golden_gate.models.
CreateDeploymentBackupDetails
(**kwargs)¶ Bases:
object
The information about a new DeploymentBackup.
Methods
__init__
(**kwargs)Initializes a new CreateDeploymentBackupDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this CreateDeploymentBackupDetails. compartment_id
[Required] Gets the compartment_id of this CreateDeploymentBackupDetails. defined_tags
Gets the defined_tags of this CreateDeploymentBackupDetails. deployment_id
[Required] Gets the deployment_id of this CreateDeploymentBackupDetails. display_name
[Required] Gets the display_name of this CreateDeploymentBackupDetails. freeform_tags
Gets the freeform_tags of this CreateDeploymentBackupDetails. locks
Gets the locks of this CreateDeploymentBackupDetails. namespace_name
[Required] Gets the namespace_name of this CreateDeploymentBackupDetails. object_name
[Required] Gets the object_name of this CreateDeploymentBackupDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDeploymentBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateDeploymentBackupDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateDeploymentBackupDetails.
- deployment_id (str) – The value to assign to the deployment_id property of this CreateDeploymentBackupDetails.
- namespace_name (str) – The value to assign to the namespace_name property of this CreateDeploymentBackupDetails.
- bucket_name (str) – The value to assign to the bucket_name property of this CreateDeploymentBackupDetails.
- object_name (str) – The value to assign to the object_name property of this CreateDeploymentBackupDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDeploymentBackupDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDeploymentBackupDetails.
- locks (list[oci.golden_gate.models.AddResourceLockDetails]) – The value to assign to the locks property of this CreateDeploymentBackupDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this CreateDeploymentBackupDetails. Name of the bucket where the object is to be uploaded in the object storage
Returns: The bucket_name of this CreateDeploymentBackupDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateDeploymentBackupDetails. The OCID of the compartment being referenced.
Returns: The compartment_id of this CreateDeploymentBackupDetails. Return type: str
Gets the defined_tags of this CreateDeploymentBackupDetails. 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 CreateDeploymentBackupDetails. Return type: dict(str, dict(str, object))
-
deployment_id
¶ [Required] Gets the deployment_id of this CreateDeploymentBackupDetails. The OCID of the deployment being referenced.
Returns: The deployment_id of this CreateDeploymentBackupDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateDeploymentBackupDetails. An object’s Display Name.
Returns: The display_name of this CreateDeploymentBackupDetails. Return type: str
Gets the freeform_tags of this CreateDeploymentBackupDetails. 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 CreateDeploymentBackupDetails. Return type: dict(str, str)
-
locks
¶ Gets the locks of this CreateDeploymentBackupDetails. Locks associated with this resource.
Returns: The locks of this CreateDeploymentBackupDetails. Return type: list[oci.golden_gate.models.AddResourceLockDetails]
-
namespace_name
¶ [Required] Gets the namespace_name of this CreateDeploymentBackupDetails. Name of namespace that serves as a container for all of your buckets
Returns: The namespace_name of this CreateDeploymentBackupDetails. Return type: str
-
object_name
¶ [Required] Gets the object_name of this CreateDeploymentBackupDetails. Name of the object to be uploaded to object storage
Returns: The object_name of this CreateDeploymentBackupDetails. Return type: str
-