Show / Hide Table of Contents

Class ServiceElasticsearchUserConfigElasticsearchGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceElasticsearchUserConfigElasticsearchGetArgs
Inherited Members
ResourceArgs.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 ServiceElasticsearchUserConfigElasticsearchGetArgs : ResourceArgs

Constructors

View Source

ServiceElasticsearchUserConfigElasticsearchGetArgs()

Declaration
public ServiceElasticsearchUserConfigElasticsearchGetArgs()

Properties

View Source

ActionAutoCreateIndexEnabled

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

ActionDestructiveRequiresName

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

HttpMaxContentLength

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

IndicesFielddataCacheSize

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

IndicesMemoryIndexBufferSize

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

IndicesQueriesCacheSize

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

IndicesQueryBoolMaxClauseCount

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

ReindexRemoteWhitelists

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

ThreadPoolAnalyzeQueueSize

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

ThreadPoolAnalyzeSize

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

ThreadPoolForceMergeSize

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

ThreadPoolGetQueueSize

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

ThreadPoolGetSize

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

ThreadPoolIndexQueueSize

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

ThreadPoolIndexSize

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

ThreadPoolSearchQueueSize

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

ThreadPoolSearchSize

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

ThreadPoolSearchThrottledQueueSize

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

ThreadPoolSearchThrottledSize

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

ThreadPoolWriteQueueSize

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

ThreadPoolWriteSize

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