Skip to main content

Class CatalogRegistration

Namespace: Consul
Assembly: Consul.dll

public class CatalogRegistration

Inheritance

objectCatalogRegistration

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

Address

public string Address { get; set; }

Property Value

string

Check

public AgentCheck Check { get; set; }

Property Value

AgentCheck

Datacenter

public string Datacenter { get; set; }

Property Value

string

Node

public string Node { get; set; }

Property Value

string

Service

public AgentService Service { get; set; }

Property Value

AgentService