AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The CPU options for the instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.CpuOptions

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class CpuOptions

The CpuOptions type exposes the following members

Constructors

NameDescription
Public Method CpuOptions()

Properties

NameTypeDescription
Public Property AmdSevSnp Amazon.EC2.AmdSevSnpSpecification

Gets and sets the property AmdSevSnp.

Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.

Public Property CoreCount System.Int32

Gets and sets the property CoreCount.

The number of CPU cores for the instance.

Public Property ThreadsPerCore System.Int32

Gets and sets the property ThreadsPerCore.

The number of threads per CPU core.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5