Show / Hide Table of Contents

Class GetCatalogServiceServiceResult

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

Fields

View Source

Address

Declaration
public readonly string Address
Field Value
Type Description
System.String
View Source

CreateIndex

Declaration
public readonly string CreateIndex
Field Value
Type Description
System.String
View Source

EnableTagOverride

Declaration
public readonly string EnableTagOverride
Field Value
Type Description
System.String
View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Meta

Declaration
public readonly ImmutableDictionary<string, string> Meta
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

ModifyIndex

Declaration
public readonly string ModifyIndex
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NodeAddress

Declaration
public readonly string NodeAddress
Field Value
Type Description
System.String
View Source

NodeId

Declaration
public readonly string NodeId
Field Value
Type Description
System.String
View Source

NodeMeta

Declaration
public readonly ImmutableDictionary<string, string> NodeMeta
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

NodeName

Declaration
public readonly string NodeName
Field Value
Type Description
System.String
View Source

Port

Declaration
public readonly string Port
Field Value
Type Description
System.String
View Source

TaggedAddresses

Declaration
public readonly ImmutableDictionary<string, string> TaggedAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Tags

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.