Class GetServiceServiceResult
Inheritance
System.Object
GetServiceServiceResult
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()
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetServiceServiceResult
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
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
The service name to select.
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
The Node ID of the Consul agent advertising the service.
node_meta - Node
meta data tag information, if any.
node_name - The
name of the Consul node.
address -
The IP address of the service. If the ServiceAddress in the Consul catalog
is empty, this value is automatically populated with the node_address (the
Address in the Consul Catalog).
enable_tag_override -
Whether service tags can be overridden on this service.
id - A
unique service instance identifier.
name - The
name of the service.
port -
Port number of the service.
tagged_addresses -
List of explicit LAN and WAN IP addresses for the agent.
tags -
List of tags for the service.
meta - Service meta
data tag information, if any.
Declaration
public readonly string NodeId
Field Value
| Type |
Description |
| System.String |
|
View Source
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
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|