Show / Hide Table of Contents

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 Source

Checks

Declaration
public readonly ImmutableArray<GetServiceHealthResultCheckResult> Checks
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetServiceHealthResultCheckResult>
View Source

Node

The name of the node associated with this health-check.

Declaration
public readonly GetServiceHealthResultNodeResult Node
Field Value
Type Description
GetServiceHealthResultNodeResult
View Source

Service

Declaration
public readonly GetServiceHealthResultServiceResult Service
Field Value
Type Description
GetServiceHealthResultServiceResult
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.