Class PreparedQueryFailoverArgs
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.Inputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class PreparedQueryFailoverArgs : ResourceArgs
Constructors
View SourcePreparedQueryFailoverArgs()
Declaration
public PreparedQueryFailoverArgs()
Properties
View SourceDatacenters
Remote datacenters to return results from.
Declaration
public InputList<string> Datacenters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NearestN
Return results from this many datacenters, sorted in ascending order of estimated RTT.
Declaration
public Input<int> NearestN { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |