Show / Hide Table of Contents

Class ConfigureOutboundClusterDetails

Details for configuring the cluster to work as an Outbound cluster

Inheritance
object
ConfigureOutboundClusterDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class ConfigureOutboundClusterDetails

Properties

InboundClusterIds

Declaration
[Required(ErrorMessage = "InboundClusterIds is required.")]
[JsonProperty(PropertyName = "inboundClusterIds")]
public List<string> InboundClusterIds { get; set; }
Property Value
Type Description
List<string>

List of inbound clusters that will be queried using cross cluster search

Remarks

Required

In this article
Back to top