AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Limits for given InstanceType and for each of it's role.
Limits contains following StorageTypes, InstanceLimits and AdditionalLimits

Inheritance Hierarchy

System.Object
  Amazon.Elasticsearch.Model.Limits

Namespace: Amazon.Elasticsearch.Model
Assembly: AWSSDK.Elasticsearch.dll
Version: 3.x.y.z

Syntax

C#
public class Limits

The Limits type exposes the following members

Constructors

NameDescription
Public Method Limits()

Properties

NameTypeDescription
Public Property AdditionalLimits System.Collections.Generic.List<Amazon.Elasticsearch.Model.AdditionalLimit>

Gets and sets the property AdditionalLimits.

List of additional limits that are specific to a given InstanceType and for each of it's InstanceRole .

Public Property InstanceLimits Amazon.Elasticsearch.Model.InstanceLimits

Gets and sets the property InstanceLimits.

Public Property StorageTypes System.Collections.Generic.List<Amazon.Elasticsearch.Model.StorageType>

Gets and sets the property StorageTypes.

StorageType represents the list of storage related types and attributes that are available for given InstanceType.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5