Uses of Enum
io.envoyproxy.envoy.admin.v3.CommandLineOptions.IpVersion
Packages that use CommandLineOptions.IpVersion
-
Uses of CommandLineOptions.IpVersion in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return CommandLineOptions.IpVersionModifier and TypeMethodDescriptionstatic CommandLineOptions.IpVersionCommandLineOptions.IpVersion.forNumber(int value) CommandLineOptions.Builder.getLocalAddressIpVersion()See :option:`--local-address-ip-version` for details.CommandLineOptions.getLocalAddressIpVersion()See :option:`--local-address-ip-version` for details.CommandLineOptionsOrBuilder.getLocalAddressIpVersion()See :option:`--local-address-ip-version` for details.static CommandLineOptions.IpVersionCommandLineOptions.IpVersion.valueOf(int value) Deprecated.static CommandLineOptions.IpVersionCommandLineOptions.IpVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static CommandLineOptions.IpVersionReturns the enum constant of this type with the specified name.static CommandLineOptions.IpVersion[]CommandLineOptions.IpVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.admin.v3 that return types with arguments of type CommandLineOptions.IpVersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CommandLineOptions.IpVersion>CommandLineOptions.IpVersion.internalGetValueMap()Methods in io.envoyproxy.envoy.admin.v3 with parameters of type CommandLineOptions.IpVersionModifier and TypeMethodDescriptionCommandLineOptions.Builder.setLocalAddressIpVersion(CommandLineOptions.IpVersion value) See :option:`--local-address-ip-version` for details.