共用方式為


CloudHsmClusterSkuFamily Class

public final class CloudHsmClusterSkuFamily
extends ExpandableStringEnum<CloudHsmClusterSkuFamily>

Sku family of the Cloud HSM Cluster.

Field Summary

Modifier and Type Field and Description
static final CloudHsmClusterSkuFamily B

Static value B for CloudHsmClusterSkuFamily.

Constructor Summary

Constructor Description
CloudHsmClusterSkuFamily()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CloudHsmClusterSkuFamily value.

Method Summary

Modifier and Type Method and Description
static CloudHsmClusterSkuFamily fromString(String name)

Creates or finds a CloudHsmClusterSkuFamily from its string representation.

static Collection<CloudHsmClusterSkuFamily> values()

Gets known CloudHsmClusterSkuFamily values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding CloudHsmClusterSkuFamily.

values

public static Collection<CloudHsmClusterSkuFamily> values()

Gets known CloudHsmClusterSkuFamily values.

Returns:

known CloudHsmClusterSkuFamily values.

Applies to