Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerProfileSupportedTrustedPlatformModuleModes.Values
-
- Enclosing class:
- BareMetalServerProfileSupportedTrustedPlatformModuleModes
public static interface BareMetalServerProfileSupportedTrustedPlatformModuleModes.Values
The trusted platform module (TPM) mode: - `disabled`: No TPM functionality - `tpm_2`: TPM 2.0 The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
DISABLED
static final String DISABLED
disabled.- See Also:
- Constant Field Values
-
TPM_2
static final String TPM_2
tpm_2.- See Also:
- Constant Field Values
-
-