Skip to content

/AWS1/CL_EC2PROCESSORINFO

Describes the processor used by the instance type.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_SUPPORTEDARCHITECTURES TYPE /AWS1/CL_EC2ARCHITECTURETYPE00=>TT_ARCHITECTURETYPELIST TT_ARCHITECTURETYPELIST

The architectures supported by the instance type.

IV_SUSTAINEDCLOCKSPEEDINGHZ TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The speed of the processor, in GHz.

IT_SUPPORTEDFEATURES TYPE /AWS1/CL_EC2SUPPEDADDLPROCOR00=>TT_SUPPEDADDLPROCESSORFEATLIST TT_SUPPEDADDLPROCESSORFEATLIST

Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported. For more information, see AMD SEV-SNP.

IV_MANUFACTURER TYPE /AWS1/EC2CPUMANUFACTURERNAME /AWS1/EC2CPUMANUFACTURERNAME

The manufacturer of the processor.


Queryable Attributes

SupportedArchitectures

The architectures supported by the instance type.

Accessible with the following methods

Method Description
GET_SUPPORTEDARCHITECTURES() Getter for SUPPORTEDARCHITECTURES, with configurable default
ASK_SUPPORTEDARCHITECTURES() Getter for SUPPORTEDARCHITECTURES w/ exceptions if field has
HAS_SUPPORTEDARCHITECTURES() Determine if SUPPORTEDARCHITECTURES has a value

SustainedClockSpeedInGhz

The speed of the processor, in GHz.

Accessible with the following methods

Method Description
GET_SUSTAINEDCLOCKSPEEDINGHZ() Getter for SUSTAINEDCLOCKSPEEDINGHZ, with configurable defau
ASK_SUSTAINEDCLOCKSPEEDINGHZ() Getter for SUSTAINEDCLOCKSPEEDINGHZ w/ exceptions if field h
STR_SUSTAINEDCLOCKSPEEDINGHZ() String format for SUSTAINEDCLOCKSPEEDINGHZ, with configurabl
HAS_SUSTAINEDCLOCKSPEEDINGHZ() Determine if SUSTAINEDCLOCKSPEEDINGHZ has a value

SupportedFeatures

Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported. For more information, see AMD SEV-SNP.

Accessible with the following methods

Method Description
GET_SUPPORTEDFEATURES() Getter for SUPPORTEDFEATURES, with configurable default
ASK_SUPPORTEDFEATURES() Getter for SUPPORTEDFEATURES w/ exceptions if field has no v
HAS_SUPPORTEDFEATURES() Determine if SUPPORTEDFEATURES has a value

Manufacturer

The manufacturer of the processor.

Accessible with the following methods

Method Description
GET_MANUFACTURER() Getter for MANUFACTURER, with configurable default
ASK_MANUFACTURER() Getter for MANUFACTURER w/ exceptions if field has no value
HAS_MANUFACTURER() Determine if MANUFACTURER has a value