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.
The result of a DescribeDomainHealth
request. Contains health information for
the requested domain.
Namespace: Amazon.OpenSearchService.Model
Assembly: AWSSDK.OpenSearchService.dll
Version: 3.x.y.z
public class DescribeDomainHealthResponse : AmazonWebServiceResponse
The DescribeDomainHealthResponse type exposes the following members
Name | Description | |
---|---|---|
DescribeDomainHealthResponse() |
Name | Type | Description | |
---|---|---|---|
ActiveAvailabilityZoneCount | System.String |
Gets and sets the property ActiveAvailabilityZoneCount.
The number of active Availability Zones configured for the domain. If the service
is unable to fetch this information, it will return |
|
AvailabilityZoneCount | System.String |
Gets and sets the property AvailabilityZoneCount.
The number of Availability Zones configured for the domain. If the service is unable
to fetch this information, it will return |
|
ClusterHealth | Amazon.OpenSearchService.DomainHealth |
Gets and sets the property ClusterHealth. The current health status of your cluster.
|
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
DataNodeCount | System.String |
Gets and sets the property DataNodeCount.
The number of data nodes configured for the domain. If the service is unable to fetch
this information, it will return |
|
DedicatedMaster | System.Boolean |
Gets and sets the property DedicatedMaster. A boolean that indicates if dedicated master nodes are activated for the domain. |
|
DomainState | Amazon.OpenSearchService.DomainState |
Gets and sets the property DomainState. The current state of the domain.
|
|
EnvironmentInformation | System.Collections.Generic.List<Amazon.OpenSearchService.Model.EnvironmentInfo> |
Gets and sets the property EnvironmentInformation.
A list of |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
MasterEligibleNodeCount | System.String |
Gets and sets the property MasterEligibleNodeCount.
The number of nodes that can be elected as a master node. If dedicated master nodes
is turned on, this value is the number of dedicated master nodes configured for the
domain. If the service is unable to fetch this information, it will return |
|
MasterNode | Amazon.OpenSearchService.MasterNodeStatus |
Gets and sets the property MasterNode. Indicates whether the domain has an elected master node.
|
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
StandByAvailabilityZoneCount | System.String |
Gets and sets the property StandByAvailabilityZoneCount.
The number of standby Availability Zones configured for the domain. If the service
is unable to fetch this information, it will return |
|
TotalShards | System.String |
Gets and sets the property TotalShards. The total number of primary and replica shards for the domain. |
|
TotalUnAssignedShards | System.String |
Gets and sets the property TotalUnAssignedShards. The total number of primary and replica shards not allocated to any of the nodes for the cluster. |
|
WarmNodeCount | System.String |
Gets and sets the property WarmNodeCount. The number of warm nodes configured for the domain. |
.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