Show / Hide Table of Contents

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 Source

Datacenter

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
View Source

Id

The provider-assigned unique ID for this managed resource.

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

Name

The name of this health-check.

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

Near

The node to which the result must be sorted to.

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

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>
View Source

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>
View Source

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>
View Source

Tag

The name of the tag used to filter the list.

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

WaitFor

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