Show / Hide Table of Contents

Class Address

Addresses specify either a logical or physical address and port, which are used to tell Envoy where to bind/listen, connect to upstream and find management servers.

Inheritance
object
Address
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class Address : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Pipe

Declaration
[JsonProperty("pipe")]
public virtual Pipe Pipe { get; set; }
Property Value
Type Description
Pipe

SocketAddress

Declaration
[JsonProperty("socketAddress")]
public virtual SocketAddress SocketAddress { get; set; }
Property Value
Type Description
SocketAddress

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX