Skip to content

/AWS1/CL_EC2MODINSTCPUOPTSRS

ModifyInstanceCpuOptionsResult

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_instanceid TYPE /AWS1/EC2INSTANCEID /AWS1/EC2INSTANCEID

The ID of the instance that was updated.

iv_corecount TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The number of CPU cores that are running for the specified instance after the update.

iv_threadspercore TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The number of threads that are running per CPU core for the specified instance after the update.

iv_nestedvirtualization TYPE /AWS1/EC2NESTEDVIRTIZATIONSPEC /AWS1/EC2NESTEDVIRTIZATIONSPEC

Indicates whether nested virtualization has been enabled or disabled.


Queryable Attributes

InstanceId

The ID of the instance that was updated.

Accessible with the following methods

Method Description
GET_INSTANCEID() Getter for INSTANCEID, with configurable default
ASK_INSTANCEID() Getter for INSTANCEID w/ exceptions if field has no value
HAS_INSTANCEID() Determine if INSTANCEID has a value

CoreCount

The number of CPU cores that are running for the specified instance after the update.

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

The number of threads that are running per CPU core for the specified instance after the update.

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

NestedVirtualization

Indicates whether nested virtualization has been enabled or disabled.

Accessible with the following methods

Method Description
GET_NESTEDVIRTUALIZATION() Getter for NESTEDVIRTUALIZATION, with configurable default
ASK_NESTEDVIRTUALIZATION() Getter for NESTEDVIRTUALIZATION w/ exceptions if field has n
HAS_NESTEDVIRTUALIZATION() Determine if NESTEDVIRTUALIZATION has a value