Class GetCatalogServicesQueryOptionResult
Inheritance
System.Object
GetCatalogServicesQueryOptionResult
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 GetCatalogServicesQueryOptionResult
Fields
View SourceAllowStale
Declaration
public readonly bool? AllowStale
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Datacenter
Declaration
public readonly string Datacenter
Field Value
| Type | Description |
|---|---|
| System.String |
Namespace
Declaration
public readonly string Namespace
Field Value
| Type | Description |
|---|---|
| System.String |
Near
Declaration
public readonly string Near
Field Value
| Type | Description |
|---|---|
| System.String |
NodeMeta
Declaration
public readonly ImmutableDictionary<string, string> NodeMeta
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
RequireConsistent
Declaration
public readonly bool? RequireConsistent
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Token
Declaration
public readonly string Token
Field Value
| Type | Description |
|---|---|
| System.String |
WaitIndex
Declaration
public readonly int? WaitIndex
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
WaitTime
Declaration
public readonly string WaitTime
Field Value
| Type | Description |
|---|---|
| System.String |