public static enum CreateVaultDetails.VaultType extends Enum<CreateVaultDetails.VaultType> implements BmcEnum
The type of vault to create. Each type of vault stores the key with different degrees of isolation and has different options and pricing.
Enum Constant and Description |
---|
Default |
External |
VirtualPrivate |
Modifier and Type | Method and Description |
---|---|
static CreateVaultDetails.VaultType |
create(String key) |
String |
getValue() |
static CreateVaultDetails.VaultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateVaultDetails.VaultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateVaultDetails.VaultType VirtualPrivate
public static final CreateVaultDetails.VaultType Default
public static final CreateVaultDetails.VaultType External
public static CreateVaultDetails.VaultType[] values()
for (CreateVaultDetails.VaultType c : CreateVaultDetails.VaultType.values()) System.out.println(c);
public static CreateVaultDetails.VaultType 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 static CreateVaultDetails.VaultType create(String key)
Copyright © 2016–2024. All rights reserved.