Class GetServiceHealthResult
Inheritance
System.Object
GetServiceHealthResult
Inherited Members
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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetServiceHealthResult
Fields
View SourceDatacenter
The datacenter in which the node is running.
tagged_addresses- List of explicit LAN and WAN IP addresses for the agent.
Declaration
public readonly string Datacenter
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of this health-check.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Near
The node to which the result must be sorted to.
Declaration
public readonly string Near
Field Value
| Type | Description |
|---|---|
| System.String |
NodeMeta
The list of metadata to filter the nodes.
Declaration
public readonly ImmutableDictionary<string, string> NodeMeta
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Passing
Whether to return only nodes with all checks in the passing state.
Declaration
public readonly bool? Passing
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Results
A list of entries and details about each endpoint advertising a
service. Each element in the list has three attributes: node, service and
checks. The list of the attributes of each one is detailed below.
Declaration
public readonly ImmutableArray<GetServiceHealthResultResult> Results
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetServiceHealthResultResult> |
Tag
The name of the tag used to filter the list.
Declaration
public readonly string Tag
Field Value
| Type | Description |
|---|---|
| System.String |
WaitFor
Declaration
public readonly string WaitFor
Field Value
| Type | Description |
|---|---|
| System.String |