OutboundClusterConfig

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

Bases: object

This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)

Methods

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

Attributes

is_enabled [Required] Gets the is_enabled of this OutboundClusterConfig.
outbound_clusters [Required] Gets the outbound_clusters of this OutboundClusterConfig.
__init__(**kwargs)

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

Parameters:
  • is_enabled (bool) – The value to assign to the is_enabled property of this OutboundClusterConfig.
  • outbound_clusters (list[oci.opensearch.models.OutboundClusterSummary]) – The value to assign to the outbound_clusters property of this OutboundClusterConfig.
is_enabled

[Required] Gets the is_enabled of this OutboundClusterConfig. Flag to indicate whether outbound cluster configuration is enabled

Returns:The is_enabled of this OutboundClusterConfig.
Return type:bool
outbound_clusters

[Required] Gets the outbound_clusters of this OutboundClusterConfig. List of outbound clusters to be connected to the inbound cluster

Returns:The outbound_clusters of this OutboundClusterConfig.
Return type:list[oci.opensearch.models.OutboundClusterSummary]