Class EnvoyInternalAddress
The address represents an envoy internal listener. [#comment:
Implements
Inherited Members
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 |