Class GetServiceHealthArgs
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 GetServiceHealthArgs : InvokeArgs
Constructors
View SourceGetServiceHealthArgs()
Declaration
public GetServiceHealthArgs()
Properties
View SourceDatacenter
The Consul datacenter to query.
Declaration
public string Datacenter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The service name to select.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |
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> |
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 |
WaitFor
Declaration
public string WaitFor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |