| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2 |
| Modifier and Type | Method and Description |
|---|---|
static Cluster.DiscoveryType |
Cluster.DiscoveryType.forNumber(int value) |
Cluster.DiscoveryType |
Cluster.getType()
The :ref:`service discovery type <arch_overview_service_discovery_types>`
to use for resolving the cluster.
|
Cluster.DiscoveryType |
Cluster.Builder.getType()
The :ref:`service discovery type <arch_overview_service_discovery_types>`
to use for resolving the cluster.
|
Cluster.DiscoveryType |
ClusterOrBuilder.getType()
The :ref:`service discovery type <arch_overview_service_discovery_types>`
to use for resolving the cluster.
|
static Cluster.DiscoveryType |
Cluster.DiscoveryType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cluster.DiscoveryType |
Cluster.DiscoveryType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cluster.DiscoveryType |
Cluster.DiscoveryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.DiscoveryType[] |
Cluster.DiscoveryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Cluster.DiscoveryType> |
Cluster.DiscoveryType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.setType(Cluster.DiscoveryType value)
The :ref:`service discovery type <arch_overview_service_discovery_types>`
to use for resolving the cluster.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.