Show / Hide Table of Contents

Class GetCatalogServiceQueryOptionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetCatalogServiceQueryOptionArgs
Inherited Members
InvokeArgs.Empty
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 GetCatalogServiceQueryOptionArgs : InvokeArgs

Constructors

View Source

GetCatalogServiceQueryOptionArgs()

Declaration
public GetCatalogServiceQueryOptionArgs()

Properties

View Source

AllowStale

Declaration
public bool? AllowStale { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Datacenter

Declaration
public string Datacenter { get; set; }
Property Value
Type Description
System.String
View Source

Namespace

Declaration
public string Namespace { get; set; }
Property Value
Type Description
System.String
View Source

Near

Declaration
public string Near { get; set; }
Property Value
Type Description
System.String
View Source

NodeMeta

Declaration
public Dictionary<string, string> NodeMeta { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
View Source

RequireConsistent

Declaration
public bool? RequireConsistent { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Token

Declaration
public string Token { get; set; }
Property Value
Type Description
System.String
View Source

WaitIndex

Declaration
public int? WaitIndex { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

WaitTime

Declaration
public string WaitTime { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.