public static enum IpSecVpnSiteRequest.AuthenticationMode extends Enum<IpSecVpnSiteRequest.AuthenticationMode>
| Enum Constant and Description |
|---|
CERTIFICATE |
PSK |
| Modifier and Type | Method and Description |
|---|---|
static IpSecVpnSiteRequest.AuthenticationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpSecVpnSiteRequest.AuthenticationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IpSecVpnSiteRequest.AuthenticationMode PSK
public static final IpSecVpnSiteRequest.AuthenticationMode CERTIFICATE
public static IpSecVpnSiteRequest.AuthenticationMode[] values()
for (IpSecVpnSiteRequest.AuthenticationMode c : IpSecVpnSiteRequest.AuthenticationMode.values()) System.out.println(c);
public static IpSecVpnSiteRequest.AuthenticationMode 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.