Show / Hide Table of Contents

Class GetServiceHealthResultCheckResult

Inheritance
System.Object
GetServiceHealthResultCheckResult
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 GetServiceHealthResultCheckResult

Fields

View Source

Id

The ID of this health-check.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The service name to select.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Node

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

Declaration
public readonly string Node
Field Value
Type Description
System.String
View Source

Notes

A human readable description of the current state of the health-check.

Declaration
public readonly string Notes
Field Value
Type Description
System.String
View Source

Output

The output of the health-check.

Declaration
public readonly string Output
Field Value
Type Description
System.String
View Source

ServiceId

The ID of the service associated to this health-check.

Declaration
public readonly string ServiceId
Field Value
Type Description
System.String
View Source

ServiceName

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

Declaration
public readonly string ServiceName
Field Value
Type Description
System.String
View Source

ServiceTags

The list of tags associated with this health-check.

Declaration
public readonly ImmutableArray<string> ServiceTags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Status

The status of this health-check.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.