Show / Hide Table of Contents

Class EnvoyInternalAddress

The address represents an envoy internal listener. [#comment:

Inheritance
object
EnvoyInternalAddress
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.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class EnvoyInternalAddress : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndpointId

Specifies an endpoint identifier to distinguish between multiple endpoints for the same internal listener in a single upstream pool. Only used in the upstream addresses for tracking changes to individual endpoints. This, for example, may be set to the final destination IP for the target internal listener.

Declaration
[JsonProperty("endpointId")]
public virtual string EndpointId { get; set; }
Property Value
Type Description
string

ServerListenerName

Specifies the :ref:name of the internal listener.

Declaration
[JsonProperty("serverListenerName")]
public virtual string ServerListenerName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX