public static enum VirtualGatewayConnectionPool.Type extends Enum<VirtualGatewayConnectionPool.Type>
VirtualGatewayConnectionPool.type()| Enum Constant and Description |
|---|
GRPC |
HTTP |
HTTP2 |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static VirtualGatewayConnectionPool.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualGatewayConnectionPool.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualGatewayConnectionPool.Type GRPC
public static final VirtualGatewayConnectionPool.Type HTTP
public static final VirtualGatewayConnectionPool.Type HTTP2
public static final VirtualGatewayConnectionPool.Type UNKNOWN_TO_SDK_VERSION
public static VirtualGatewayConnectionPool.Type[] values()
for (VirtualGatewayConnectionPool.Type c : VirtualGatewayConnectionPool.Type.values()) System.out.println(c);
public static VirtualGatewayConnectionPool.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.