RestoreOpensearchClusterDetails

class oci.opensearch.models.RestoreOpensearchClusterDetails(**kwargs)

Bases: object

Information about the OpenSearch cluster backup to restore.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this RestoreOpensearchClusterDetails.
opensearch_cluster_backup_id [Required] Gets the opensearch_cluster_backup_id of this RestoreOpensearchClusterDetails.
prefix Gets the prefix of this RestoreOpensearchClusterDetails.
__init__(**kwargs)

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

Parameters:
  • opensearch_cluster_backup_id (str) – The value to assign to the opensearch_cluster_backup_id property of this RestoreOpensearchClusterDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this RestoreOpensearchClusterDetails.
  • prefix (str) – The value to assign to the prefix property of this RestoreOpensearchClusterDetails.
compartment_id

[Required] Gets the compartment_id of this RestoreOpensearchClusterDetails. The OCID of the compartment where the cluster backup is located.

Returns:The compartment_id of this RestoreOpensearchClusterDetails.
Return type:str
opensearch_cluster_backup_id

[Required] Gets the opensearch_cluster_backup_id of this RestoreOpensearchClusterDetails. The OCID of the cluster backup to restore.

Returns:The opensearch_cluster_backup_id of this RestoreOpensearchClusterDetails.
Return type:str
prefix

Gets the prefix of this RestoreOpensearchClusterDetails. The prefix for the indices in the cluster backup.

Returns:The prefix of this RestoreOpensearchClusterDetails.
Return type:str