Show / Hide Table of Contents

Class GetServiceResult

Inheritance
System.Object
GetServiceResult
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
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetServiceResult

Fields

View Source

Datacenter

The datacenter the keys are being read from to.

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

Id

The provider-assigned unique ID for this managed resource.

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

Name

The name of the service

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

QueryOptions

Declaration
public readonly ImmutableArray<GetServiceQueryOptionResult> QueryOptions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetServiceQueryOptionResult>
View Source

Services

A list of nodes and details about each endpoint advertising a service. Each element in the list is a map of attributes that correspond to each individual node. The list of per-node attributes is detailed below.

Declaration
public readonly ImmutableArray<GetServiceServiceResult> Services
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetServiceServiceResult>
View Source

Tag

The name of the tag used to filter the list of nodes in service.

Declaration
public readonly string Tag
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.