@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:55:41.600Z") public enum LoadBalancingProtocol extends Enum<LoadBalancingProtocol>
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancingProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancingProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadBalancingProtocol Tcp
public static final LoadBalancingProtocol Ssl
public static final LoadBalancingProtocol Http
public static final LoadBalancingProtocol Https
public static LoadBalancingProtocol[] values()
for (LoadBalancingProtocol c : LoadBalancingProtocol.values()) System.out.println(c);
public static LoadBalancingProtocol 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 © 2018. All rights reserved.