Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerTrustedPlatformModule.Mode
-
- Enclosing class:
- BareMetalServerTrustedPlatformModule
public static interface BareMetalServerTrustedPlatformModule.Mode
The trusted platform module (TPM) mode: - `disabled`: No TPM functionality - `tpm_2`: TPM 2.0 The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
-
-
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
-
-