SkuName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. hardwaresecuritymodules. models. SkuName
- com.
- com.
public final class SkuName
extends ExpandableStringEnum<SkuName>
SKU of the dedicated HSM.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sku |
PAY_SHIELD10K_LMK1_CPS250
The dedicated HSM is a pay |
|
static final
Sku |
PAY_SHIELD10K_LMK1_CPS2500
The dedicated HSM is a pay |
|
static final
Sku |
PAY_SHIELD10K_LMK1_CPS60
The dedicated HSM is a pay |
|
static final
Sku |
PAY_SHIELD10K_LMK2_CPS250
The dedicated HSM is a pay |
|
static final
Sku |
PAY_SHIELD10K_LMK2_CPS2500
The dedicated HSM is a pay |
|
static final
Sku |
PAY_SHIELD10K_LMK2_CPS60
The dedicated HSM is a pay |
|
static final
Sku |
SAFE_NET_LUNA_NETWORK_HSM_A790
The dedicated HSM is a Safenet Luna Network HSM A790 device. |
Constructor Summary
| Constructor | Description |
|---|---|
| SkuName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sku |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sku |
fromString(String name)
Creates or finds a Sku |
|
static
Collection<Sku |
values()
Gets known Sku |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PAY_SHIELD10K_LMK1_CPS250
public static final SkuName PAY_SHIELD10K_LMK1_CPS250
The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second.
PAY_SHIELD10K_LMK1_CPS2500
public static final SkuName PAY_SHIELD10K_LMK1_CPS2500
The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second.
PAY_SHIELD10K_LMK1_CPS60
public static final SkuName PAY_SHIELD10K_LMK1_CPS60
The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second.
PAY_SHIELD10K_LMK2_CPS250
public static final SkuName PAY_SHIELD10K_LMK2_CPS250
The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second.
PAY_SHIELD10K_LMK2_CPS2500
public static final SkuName PAY_SHIELD10K_LMK2_CPS2500
The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second.
PAY_SHIELD10K_LMK2_CPS60
public static final SkuName PAY_SHIELD10K_LMK2_CPS60
The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second.
SAFE_NET_LUNA_NETWORK_HSM_A790
public static final SkuName SAFE_NET_LUNA_NETWORK_HSM_A790
The dedicated HSM is a Safenet Luna Network HSM A790 device.
Constructor Details
SkuName
@Deprecated
public SkuName()
Deprecated
Creates a new instance of SkuName value.
Method Details
fromString
public static SkuName fromString(String name)
Creates or finds a SkuName from its string representation.
Parameters:
Returns:
values
public static Collection<SkuName> values()
Gets known SkuName values.
Returns: