Package com.ibm.cloud.is.vpc.v1.model
Class BareMetalServerProfileSupportedTrustedPlatformModuleModes
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BareMetalServerProfileSupportedTrustedPlatformModuleModes
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BareMetalServerProfileSupportedTrustedPlatformModuleModes extends com.ibm.cloud.sdk.core.service.model.GenericModelThe supported trusted platform module modes for this bare metal server profile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBareMetalServerProfileSupportedTrustedPlatformModuleModes.TypeThe type for this profile field.static interfaceBareMetalServerProfileSupportedTrustedPlatformModuleModes.ValuesThe 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the type.List<String>getValues()Gets the values.
-