Show / Hide Table of Contents

Class PreparedQueryFailover

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

Fields

View Source

Datacenters

Remote datacenters to return results from.

Declaration
public readonly ImmutableArray<string> Datacenters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

NearestN

Return results from this many datacenters, sorted in ascending order of estimated RTT.

Declaration
public readonly int? NearestN
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.