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