public static enum DataEndpointGroup.HAType extends Enum<DataEndpointGroup.HAType>
| Enum Constant and Description |
|---|
FAILOVER |
LOADBALANCE |
| Modifier and Type | Method and Description |
|---|---|
static DataEndpointGroup.HAType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataEndpointGroup.HAType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataEndpointGroup.HAType FAILOVER
public static final DataEndpointGroup.HAType LOADBALANCE
public static DataEndpointGroup.HAType[] values()
for (DataEndpointGroup.HAType c : DataEndpointGroup.HAType.values()) System.out.println(c);
public static DataEndpointGroup.HAType 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 © 2021 WSO2. All rights reserved.