Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AmdRomeBmPlatformConfig

The platform configuration of a bare metal instance that uses the BM.Standard.E3.128 shape (the AMD Rome platform).

Properties

Optional areVirtualInstructionsEnabled

areVirtualInstructionsEnabled: undefined | false | true

Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.

Optional configMap

configMap: undefined | object

Instance Platform Configuration Configuration Map for flexible setting input.

Optional isAccessControlServiceEnabled

isAccessControlServiceEnabled: undefined | false | true

Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.

Optional isInputOutputMemoryManagementUnitEnabled

isInputOutputMemoryManagementUnitEnabled: undefined | false | true

Whether the input-output memory management unit is enabled.

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.

Optional numaNodesPerSocket

numaNodesPerSocket: NumaNodesPerSocket

The number of NUMA nodes per socket (NPS).

Optional percentageOfCoresEnabled

percentageOfCoresEnabled: undefined | number

The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.

If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const type

type: string = "AMD_ROME_BM"

Methods

getDeserializedJsonObj

getJsonObj