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.

Container for the parameters to the DescribeClusters operation. Returns information about all provisioned DAX clusters if no cluster identifier is specified, or about a specific DAX cluster if a cluster identifier is supplied.

If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned.

If the cluster is in the DELETING state, only cluster level information will be displayed.

If nodes are currently being added to the DAX cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the DAX cluster state is available, the cluster is ready for use.

If nodes are currently being removed from the DAX cluster, no endpoint information for the removed nodes is displayed.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DAX.AmazonDAXRequest
      Amazon.DAX.Model.DescribeClustersRequest

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

Syntax

C#
public class DescribeClustersRequest : AmazonDAXRequest
         IAmazonWebServiceRequest

The DescribeClustersRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeClustersRequest()

Properties

NameTypeDescription
Public Property ClusterNames System.Collections.Generic.List<System.String>

Gets and sets the property ClusterNames.

The names of the DAX clusters being described.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

Public Property NextToken System.String

Gets and sets the property NextToken.

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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