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