Class ServiceKind
Namespace: Consul
Assembly: Consul.dll
ServiceKind specifies the type of service.
[TypeConverter(typeof(ServiceKindTypeConverter))]
public class ServiceKind : IEquatable<ServiceKind>
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
ConnectProxy
public static ServiceKind ConnectProxy { get; }
Property Value
IngressGateway
public static ServiceKind IngressGateway { get; }
Property Value
MeshGateway
public static ServiceKind MeshGateway { get; }
Property Value
TerminatingGateway
public static ServiceKind TerminatingGateway { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
Equals(ServiceKind)
public bool Equals(ServiceKind other)
Parameters
other
ServiceKind
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
TryParse(string, out ServiceKind)
public static bool TryParse(string value, out ServiceKind result)
Parameters
value
string
result
ServiceKind