ShapeTrustedPlatformModuleOptions¶
- 
class oci.core.models.ShapeTrustedPlatformModuleOptions(**kwargs)¶
- Bases: - object- Configuration options for the Trusted Platform Module (TPM). - Methods - __init__(**kwargs)- Initializes a new ShapeTrustedPlatformModuleOptions object with values from keyword arguments. - Attributes - allowed_values- Gets the allowed_values of this ShapeTrustedPlatformModuleOptions. - is_default_enabled- Gets the is_default_enabled of this ShapeTrustedPlatformModuleOptions. - 
__init__(**kwargs)¶
- Initializes a new ShapeTrustedPlatformModuleOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - allowed_values (list[bool]) – The value to assign to the allowed_values property of this ShapeTrustedPlatformModuleOptions.
- is_default_enabled (bool) – The value to assign to the is_default_enabled property of this ShapeTrustedPlatformModuleOptions.
 
 - 
allowed_values¶
- Gets the allowed_values of this ShapeTrustedPlatformModuleOptions. Boolean values that indicate whether the Trusted Platform Module can be enabled or disabled. - Returns: - The allowed_values of this ShapeTrustedPlatformModuleOptions. - Return type: - list[bool] 
 - 
is_default_enabled¶
- Gets the is_default_enabled of this ShapeTrustedPlatformModuleOptions. Whether the Trusted Platform Module is enabled by default. - Returns: - The is_default_enabled of this ShapeTrustedPlatformModuleOptions. - Return type: - bool 
 
-