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
System.Object
Address
Implements
IDirectResponseSchema
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()
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
System.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