CloudHsmClusterSkuFamily Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. hardwaresecuritymodules. models. CloudHsmClusterSkuFamily
- com.
- com.
public final class CloudHsmClusterSkuFamily
extends ExpandableStringEnum<CloudHsmClusterSkuFamily>
Sku family of the Cloud HSM Cluster.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Cloud |
B
Static value B for Cloud |
Constructor Summary
| Constructor | Description |
|---|---|
| CloudHsmClusterSkuFamily() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cloud |
fromString(String name)
Creates or finds a Cloud |
|
static
Collection<Cloud |
values()
Gets known Cloud |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
B
public static final CloudHsmClusterSkuFamily B
Static value B for CloudHsmClusterSkuFamily.
Constructor Details
CloudHsmClusterSkuFamily
@Deprecated
public CloudHsmClusterSkuFamily()
Deprecated
Creates a new instance of CloudHsmClusterSkuFamily value.
Method Details
fromString
public static CloudHsmClusterSkuFamily fromString(String name)
Creates or finds a CloudHsmClusterSkuFamily from its string representation.
Parameters:
Returns:
values
public static Collection<CloudHsmClusterSkuFamily> values()
Gets known CloudHsmClusterSkuFamily values.
Returns: