public static interface DnsTable.DnsServiceTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
Use a cluster name as the endpoint for a service.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
Use a cluster name as the endpoint for a service.
|
DnsTable.DnsServiceTarget.EndpointTypeCase |
getEndpointTypeCase() |
String |
getHostName()
Use a resolvable hostname as the endpoint for a service.
|
com.google.protobuf.ByteString |
getHostNameBytes()
Use a resolvable hostname as the endpoint for a service.
|
int |
getPort()
The port to which the service is bound.
|
int |
getPriority()
The priority of the service record target
uint32 priority = 3 [(.validate.rules) = { ... } |
int |
getWeight()
The weight of the service record target
uint32 weight = 4 [(.validate.rules) = { ... } |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHostName()
Use a resolvable hostname as the endpoint for a service.
string host_name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getHostNameBytes()
Use a resolvable hostname as the endpoint for a service.
string host_name = 1 [(.validate.rules) = { ... }String getClusterName()
Use a cluster name as the endpoint for a service.
string cluster_name = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getClusterNameBytes()
Use a cluster name as the endpoint for a service.
string cluster_name = 2 [(.validate.rules) = { ... }int getPriority()
The priority of the service record target
uint32 priority = 3 [(.validate.rules) = { ... }int getWeight()
The weight of the service record target
uint32 weight = 4 [(.validate.rules) = { ... }int getPort()
The port to which the service is bound. This value is optional if the target is a cluster. Setting port to zero in this case makes the filter use the port value from the cluster host
uint32 port = 5 [(.validate.rules) = { ... }DnsTable.DnsServiceTarget.EndpointTypeCase getEndpointTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.