ConfigureOutboundClusterDetails

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

Bases: object

Details for configuring the cluster to work as an Outbound cluster

Methods

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

Attributes

inbound_cluster_ids [Required] Gets the inbound_cluster_ids of this ConfigureOutboundClusterDetails.
__init__(**kwargs)

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

Parameters:inbound_cluster_ids (list[str]) – The value to assign to the inbound_cluster_ids property of this ConfigureOutboundClusterDetails.
inbound_cluster_ids

[Required] Gets the inbound_cluster_ids of this ConfigureOutboundClusterDetails. List of inbound clusters that will be queried using cross cluster search

Returns:The inbound_cluster_ids of this ConfigureOutboundClusterDetails.
Return type:list[str]