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 SourceDatacenter
The datacenter the keys are being read from to.
Declaration
public readonly string Datacenter
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the service
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
QueryOptions
Declaration
public readonly ImmutableArray<GetServiceQueryOptionResult> QueryOptions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetServiceQueryOptionResult> |
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> |
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 |