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 SourceId
The ID of this health-check.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The service name to select.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Node
The name of the node associated with this health-check.
Declaration
public readonly string Node
Field Value
| Type | Description |
|---|---|
| System.String |
Notes
A human readable description of the current state of the health-check.
Declaration
public readonly string Notes
Field Value
| Type | Description |
|---|---|
| System.String |
Output
The output of the health-check.
Declaration
public readonly string Output
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceId
The ID of the service associated to this health-check.
Declaration
public readonly string ServiceId
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceName
The name of the service associated with this health-check.
Declaration
public readonly string ServiceName
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Status
The status of this health-check.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |