public static enum IpSecVpnSiteRequest.DHGroup extends Enum<IpSecVpnSiteRequest.DHGroup>
| Modifier and Type | Method and Description |
|---|---|
static IpSecVpnSiteRequest.DHGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpSecVpnSiteRequest.DHGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IpSecVpnSiteRequest.DHGroup DH2
public static final IpSecVpnSiteRequest.DHGroup DH5
public static final IpSecVpnSiteRequest.DHGroup DH14
public static final IpSecVpnSiteRequest.DHGroup DH15
public static final IpSecVpnSiteRequest.DHGroup DH16
public static IpSecVpnSiteRequest.DHGroup[] values()
for (IpSecVpnSiteRequest.DHGroup c : IpSecVpnSiteRequest.DHGroup.values()) System.out.println(c);
public static IpSecVpnSiteRequest.DHGroup 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 © 2020 iland Internet Solutions, Corp. All rights reserved.