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.

Contains the available processor feature information for the DB instance class of a DB instance.

For more information, see Configuring the Processor of the DB Instance Class in the Amazon RDS User Guide.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.AvailableProcessorFeature

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

Syntax

C#
public class AvailableProcessorFeature

The AvailableProcessorFeature type exposes the following members

Constructors

NameDescription
Public Method AvailableProcessorFeature()

Properties

NameTypeDescription
Public Property AllowedValues System.String

Gets and sets the property AllowedValues.

The allowed values for the processor feature of the DB instance class.

Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

The default value for the processor feature of the DB instance class.

Public Property Name System.String

Gets and sets the property Name.

The name of the processor feature. Valid names are coreCount and threadsPerCore.

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