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.GenericModel
The supported trusted platform module modes for this bare metal server profile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BareMetalServerProfileSupportedTrustedPlatformModuleModes.Type
The type for this profile field.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.static interface
BareMetalServerProfileSupportedTrustedPlatformModuleModes.XDefault
The default trusted platform module for a bare metal server with this profile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.List<String>
getValues()
Gets the values.String
getXDefault()
Gets the xDefault.
-