Class GetServiceHealthResultResult
Inheritance
System.Object
GetServiceHealthResultResult
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.Outputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetServiceHealthResultResult
Fields
View SourceChecks
Declaration
public readonly ImmutableArray<GetServiceHealthResultCheckResult> Checks
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetServiceHealthResultCheckResult> |
Node
The name of the node associated with this health-check.
Declaration
public readonly GetServiceHealthResultNodeResult Node
Field Value
| Type | Description |
|---|---|
| GetServiceHealthResultNodeResult |
Service
Declaration
public readonly GetServiceHealthResultServiceResult Service
Field Value
| Type | Description |
|---|---|
| GetServiceHealthResultServiceResult |