Show / Hide Table of Contents

Class GetServiceElasticsearchUserConfigElasticsearchArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceElasticsearchUserConfigElasticsearchArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceElasticsearchUserConfigElasticsearchArgs : InvokeArgs

Constructors

View Source

GetServiceElasticsearchUserConfigElasticsearchArgs()

Declaration
public GetServiceElasticsearchUserConfigElasticsearchArgs()

Properties

View Source

ActionAutoCreateIndexEnabled

Declaration
public string ActionAutoCreateIndexEnabled { get; set; }
Property Value
Type Description
System.String
View Source

ActionDestructiveRequiresName

Declaration
public string ActionDestructiveRequiresName { get; set; }
Property Value
Type Description
System.String
View Source

HttpMaxContentLength

Declaration
public int? HttpMaxContentLength { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

IndicesFielddataCacheSize

Declaration
public int? IndicesFielddataCacheSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

IndicesMemoryIndexBufferSize

Declaration
public int? IndicesMemoryIndexBufferSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

IndicesQueriesCacheSize

Declaration
public int? IndicesQueriesCacheSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

IndicesQueryBoolMaxClauseCount

Declaration
public int? IndicesQueryBoolMaxClauseCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ReindexRemoteWhitelists

Declaration
public List<string> ReindexRemoteWhitelists { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

ThreadPoolAnalyzeQueueSize

Declaration
public int? ThreadPoolAnalyzeQueueSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolAnalyzeSize

Declaration
public int? ThreadPoolAnalyzeSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolForceMergeSize

Declaration
public int? ThreadPoolForceMergeSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolGetQueueSize

Declaration
public int? ThreadPoolGetQueueSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolGetSize

Declaration
public int? ThreadPoolGetSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolIndexQueueSize

Declaration
public int? ThreadPoolIndexQueueSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolIndexSize

Declaration
public int? ThreadPoolIndexSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolSearchQueueSize

Declaration
public int? ThreadPoolSearchQueueSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolSearchSize

Declaration
public int? ThreadPoolSearchSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolSearchThrottledQueueSize

Declaration
public int? ThreadPoolSearchThrottledQueueSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolSearchThrottledSize

Declaration
public int? ThreadPoolSearchThrottledSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolWriteQueueSize

Declaration
public int? ThreadPoolWriteQueueSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ThreadPoolWriteSize

Declaration
public int? ThreadPoolWriteSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.