Show / Hide Table of Contents

Class GetAutopilotHealthResult

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

Fields

View Source

Datacenter

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

FailureTolerance

The number of redundant healthy servers that could fail without causing an outage

Declaration
public readonly int FailureTolerance
Field Value
Type Description
System.Int32
View Source

Healthy

Whether the server is healthy according to the current Autopilot configuration

Declaration
public readonly bool Healthy
Field Value
Type Description
System.Boolean
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

Servers

A list of server health information. See below for details on the available information.

Declaration
public readonly ImmutableArray<GetAutopilotHealthServerResult> Servers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAutopilotHealthServerResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.