Class ConfigureOutboundClusterDetails
Details for configuring the cluster to work as an Outbound cluster
Inherited Members
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