Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace IntelVmPlatformConfig

The platform configuration of a virtual machine instance that uses the Intel platform.

Properties

Optional isMeasuredBootEnabled

isMeasuredBootEnabled: undefined | false | true

Whether the Measured Boot feature is enabled on the instance.

Optional isMemoryEncryptionEnabled

isMemoryEncryptionEnabled: undefined | false | true

Whether the instance is a confidential instance. If this value is {@code true}, the instance is a confidential instance. The default value is {@code false}.

Optional isSecureBootEnabled

isSecureBootEnabled: undefined | false | true

Whether Secure Boot is enabled on the instance.

Optional isSymmetricMultiThreadingEnabled

isSymmetricMultiThreadingEnabled: undefined | false | true

Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.

Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.

Optional isTrustedPlatformModuleEnabled

isTrustedPlatformModuleEnabled: undefined | false | true

Whether the Trusted Platform Module (TPM) is enabled on the instance.

Const type

type: string = "INTEL_VM"

Methods

getDeserializedJsonObj

getJsonObj