Show / Hide Table of Contents

Class CatalogEntryServiceGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CatalogEntryServiceGetArgs
Inherited Members
ResourceArgs.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 CatalogEntryServiceGetArgs : ResourceArgs

Constructors

View Source

CatalogEntryServiceGetArgs()

Declaration
public CatalogEntryServiceGetArgs()

Properties

View Source

Address

The address of the service. Defaults to the node address.

Declaration
public Input<string> Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

The ID of the service. Defaults to the name.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the service

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Port

The port of the service.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Tags

A list of values that are opaque to Consul, but can be used to distinguish between services or nodes.

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