Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerTrustedPlatformModulePatch.Mode
-
- Enclosing class:
- BareMetalServerTrustedPlatformModulePatch
public static interface BareMetalServerTrustedPlatformModulePatch.Mode
The trusted platform module mode to use. The specified value must be listed in the bare metal server's `supported_modes`. For the trusted platform module mode to be changed, the bare metal server `status` must be `stopped`.
-
-
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
-
-