| Package | Description |
|---|---|
| io.envoyproxy.envoy.admin.v3 |
| Modifier and Type | Method and Description |
|---|---|
static CommandLineOptions.DrainStrategy |
CommandLineOptions.DrainStrategy.forNumber(int value) |
CommandLineOptions.DrainStrategy |
CommandLineOptions.getDrainStrategy()
See :option:`--drain-strategy` for details.
|
CommandLineOptions.DrainStrategy |
CommandLineOptions.Builder.getDrainStrategy()
See :option:`--drain-strategy` for details.
|
CommandLineOptions.DrainStrategy |
CommandLineOptionsOrBuilder.getDrainStrategy()
See :option:`--drain-strategy` for details.
|
static CommandLineOptions.DrainStrategy |
CommandLineOptions.DrainStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CommandLineOptions.DrainStrategy |
CommandLineOptions.DrainStrategy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommandLineOptions.DrainStrategy |
CommandLineOptions.DrainStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLineOptions.DrainStrategy[] |
CommandLineOptions.DrainStrategy.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<CommandLineOptions.DrainStrategy> |
CommandLineOptions.DrainStrategy.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CommandLineOptions.Builder |
CommandLineOptions.Builder.setDrainStrategy(CommandLineOptions.DrainStrategy value)
See :option:`--drain-strategy` for details.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.