Class GetCatalogServicesQueryOptionArgs
Inheritance
System.Object
GetCatalogServicesQueryOptionArgs
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()
Assembly: Pulumi.Consul.dll
public sealed class GetCatalogServicesQueryOptionArgs : InvokeArgs
Constructors
View Source
Declaration
public GetCatalogServicesQueryOptionArgs()
Properties
View Source
Declaration
public bool? AllowStale { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Declaration
public string Datacenter { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Namespace { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Near { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public Dictionary<string, string> NodeMeta { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.String> |
|
View Source
Declaration
public bool? RequireConsistent { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Declaration
public string Token { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? WaitIndex { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string WaitTime { get; set; }
Property Value
| Type |
Description |
| System.String |
|