BackupOpensearchClusterDetails¶
-
class
oci.opensearch.models.
BackupOpensearchClusterDetails
(**kwargs)¶ Bases:
object
Information about an OpenSearch cluster backup.
Methods
__init__
(**kwargs)Initializes a new BackupOpensearchClusterDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this BackupOpensearchClusterDetails. display_name
[Required] Gets the display_name of this BackupOpensearchClusterDetails. -
__init__
(**kwargs)¶ Initializes a new BackupOpensearchClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this BackupOpensearchClusterDetails.
- display_name (str) – The value to assign to the display_name property of this BackupOpensearchClusterDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this BackupOpensearchClusterDetails. The OCID of the compartment where the cluster backup is located.
Returns: The compartment_id of this BackupOpensearchClusterDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this BackupOpensearchClusterDetails. The name of the cluster backup. Avoid entering confidential information.
Returns: The display_name of this BackupOpensearchClusterDetails. Return type: str
-