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.

Information about an Availability Zone on a domain.

Inheritance Hierarchy

System.Object
  Amazon.OpenSearchService.Model.AvailabilityZoneInfo

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

Syntax

C#
public class AvailabilityZoneInfo

The AvailabilityZoneInfo type exposes the following members

Constructors

NameDescription
Public Method AvailabilityZoneInfo()

Properties

NameTypeDescription
Public Property AvailabilityZoneName System.String

Gets and sets the property AvailabilityZoneName.

The name of the Availability Zone.

Public Property AvailableDataNodeCount System.String

Gets and sets the property AvailableDataNodeCount.

The number of data nodes active in the Availability Zone.

Public Property ConfiguredDataNodeCount System.String

Gets and sets the property ConfiguredDataNodeCount.

The total number of data nodes configured in the Availability Zone.

Public Property TotalShards System.String

Gets and sets the property TotalShards.

The total number of primary and replica shards in the Availability Zone.

Public Property TotalUnAssignedShards System.String

Gets and sets the property TotalUnAssignedShards.

The total number of primary and replica shards that aren't allocated to any of the nodes in the Availability Zone.

Public Property ZoneStatus Amazon.OpenSearchService.ZoneStatus

Gets and sets the property ZoneStatus.

The current state of the Availability Zone. Current options are Active and StandBy.

  • Active - Data nodes in the Availability Zone are in use.

  • StandBy - Data nodes in the Availability Zone are in a standby state.

  • NotAvailable - Unable to retrieve information.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5