Skip to content

/AWS1/CL_WSICPUOPTIONSREQUEST

Configures CPU-specific settings for WorkSpace Instance.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_amdsevsnp TYPE /AWS1/WSIAMDSEVSNPENUM /AWS1/WSIAMDSEVSNPENUM

AMD Secure Encrypted Virtualization configuration.

iv_corecount TYPE /AWS1/WSINONNEGATIVEINTEGER /AWS1/WSINONNEGATIVEINTEGER

Number of CPU cores to allocate.

iv_threadspercore TYPE /AWS1/WSINONNEGATIVEINTEGER /AWS1/WSINONNEGATIVEINTEGER

Number of threads per CPU core.


Queryable Attributes

AmdSevSnp

AMD Secure Encrypted Virtualization configuration.

Accessible with the following methods

Method Description
GET_AMDSEVSNP() Getter for AMDSEVSNP, with configurable default
ASK_AMDSEVSNP() Getter for AMDSEVSNP w/ exceptions if field has no value
HAS_AMDSEVSNP() Determine if AMDSEVSNP has a value

CoreCount

Number of CPU cores to allocate.

Accessible with the following methods

Method Description
GET_CORECOUNT() Getter for CORECOUNT, with configurable default
ASK_CORECOUNT() Getter for CORECOUNT w/ exceptions if field has no value
HAS_CORECOUNT() Determine if CORECOUNT has a value

ThreadsPerCore

Number of threads per CPU core.

Accessible with the following methods

Method Description
GET_THREADSPERCORE() Getter for THREADSPERCORE, with configurable default
ASK_THREADSPERCORE() Getter for THREADSPERCORE w/ exceptions if field has no valu
HAS_THREADSPERCORE() Determine if THREADSPERCORE has a value