Show / Hide Table of Contents

Class GetServiceHealthArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceHealthArgs
Inherited Members
InvokeArgs.Empty
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 GetServiceHealthArgs : InvokeArgs

Constructors

View Source

GetServiceHealthArgs()

Declaration
public GetServiceHealthArgs()

Properties

View Source

Datacenter

The Consul datacenter to query.

Declaration
public string Datacenter { get; set; }
Property Value
Type Description
System.String
View Source

Name

The service name to select.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

Near

Specifies a node name to sort the node list in ascending order based on the estimated round trip time from that node.

Declaration
public string Near { get; set; }
Property Value
Type Description
System.String
View Source

NodeMeta

Filter the results to nodes with the specified key/value pairs.

Declaration
public Dictionary<string, string> NodeMeta { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
View Source

Passing

Whether to return only nodes with all checks in the passing state. Defaults to true.

Declaration
public bool? Passing { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Tag

A single tag that can be used to filter the list to return based on a single matching tag.

Declaration
public string Tag { get; set; }
Property Value
Type Description
System.String
View Source

WaitFor

Declaration
public string WaitFor { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.