public static enum CreateSslVpnServerRequest.AuthEnum extends Enum<CreateSslVpnServerRequest.AuthEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSslVpnServerRequest.AuthEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static CreateSslVpnServerRequest.AuthEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static CreateSslVpnServerRequest.AuthEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSslVpnServerRequest.AuthEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="SHA1") public static final CreateSslVpnServerRequest.AuthEnum SHA1
@SerializedName(value="MD5") public static final CreateSslVpnServerRequest.AuthEnum MD5
@SerializedName(value="None") public static final CreateSslVpnServerRequest.AuthEnum NONE
public static CreateSslVpnServerRequest.AuthEnum[] values()
for (CreateSslVpnServerRequest.AuthEnum c : CreateSslVpnServerRequest.AuthEnum.values()) System.out.println(c);
public static CreateSslVpnServerRequest.AuthEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<CreateSslVpnServerRequest.AuthEnum>public static CreateSslVpnServerRequest.AuthEnum fromValue(String input)
Copyright © 2026. All rights reserved.