AWS SDK for C++
1.8.182
AWS SDK for C++
|
#include <ProcessorFeature.h>
Public Member Functions | |
ProcessorFeature () | |
ProcessorFeature (const Aws::Utils::Xml::XmlNode &xmlNode) | |
ProcessorFeature & | operator= (const Aws::Utils::Xml::XmlNode &xmlNode) |
void | OutputToStream (Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const |
void | OutputToStream (Aws::OStream &oStream, const char *location) const |
const Aws::String & | GetName () const |
bool | NameHasBeenSet () const |
void | SetName (const Aws::String &value) |
void | SetName (Aws::String &&value) |
void | SetName (const char *value) |
ProcessorFeature & | WithName (const Aws::String &value) |
ProcessorFeature & | WithName (Aws::String &&value) |
ProcessorFeature & | WithName (const char *value) |
const Aws::String & | GetValue () const |
bool | ValueHasBeenSet () const |
void | SetValue (const Aws::String &value) |
void | SetValue (Aws::String &&value) |
void | SetValue (const char *value) |
ProcessorFeature & | WithValue (const Aws::String &value) |
ProcessorFeature & | WithValue (Aws::String &&value) |
ProcessorFeature & | WithValue (const char *value) |
Contains the processor features of a DB instance class.
To specify the number of CPU cores, use the coreCount
feature name for the Name
parameter. To specify the number of threads per core, use the threadsPerCore
feature name for the Name
parameter.
You can set the processor features of the DB instance class for a DB instance when you call one of the following actions:
CreateDBInstance
ModifyDBInstance
RestoreDBInstanceFromDBSnapshot
RestoreDBInstanceFromS3
RestoreDBInstanceToPointInTime
You can view the valid processor values for a particular instance class by calling the DescribeOrderableDBInstanceOptions
action and specifying the instance class for the DBInstanceClass
parameter.
In addition, you can use the following actions for DB instance class processor information:
DescribeDBInstances
DescribeDBSnapshots
DescribeValidDBInstanceModifications
If you call DescribeDBInstances
, ProcessorFeature
returns non-null values only if the following conditions are met:
You are accessing an Oracle DB instance.
Your Oracle DB instance class supports configuring the number of CPU cores and threads per core.
The current number CPU cores and threads is set to a non-default value.
For more information, see Configuring the Processor of the DB Instance Class in the Amazon RDS User Guide.
Definition at line 56 of file ProcessorFeature.h.
Aws::RDS::Model::ProcessorFeature::ProcessorFeature | ( | ) |
Aws::RDS::Model::ProcessorFeature::ProcessorFeature | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
Definition at line 71 of file ProcessorFeature.h.
|
inline |
The value of a processor feature name.
Definition at line 119 of file ProcessorFeature.h.
|
inline |
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
Definition at line 77 of file ProcessorFeature.h.
ProcessorFeature& Aws::RDS::Model::ProcessorFeature::operator= | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
void Aws::RDS::Model::ProcessorFeature::OutputToStream | ( | Aws::OStream & | oStream, |
const char * | location | ||
) | const |
void Aws::RDS::Model::ProcessorFeature::OutputToStream | ( | Aws::OStream & | ostream, |
const char * | location, | ||
unsigned | index, | ||
const char * | locationValue | ||
) | const |
|
inline |
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
Definition at line 89 of file ProcessorFeature.h.
|
inline |
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
Definition at line 83 of file ProcessorFeature.h.
|
inline |
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
Definition at line 95 of file ProcessorFeature.h.
|
inline |
The value of a processor feature name.
Definition at line 134 of file ProcessorFeature.h.
|
inline |
The value of a processor feature name.
Definition at line 129 of file ProcessorFeature.h.
|
inline |
The value of a processor feature name.
Definition at line 139 of file ProcessorFeature.h.
|
inline |
The value of a processor feature name.
Definition at line 124 of file ProcessorFeature.h.
|
inline |
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
Definition at line 107 of file ProcessorFeature.h.
|
inline |
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
Definition at line 101 of file ProcessorFeature.h.
|
inline |
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
Definition at line 113 of file ProcessorFeature.h.
|
inline |
The value of a processor feature name.
Definition at line 149 of file ProcessorFeature.h.
|
inline |
The value of a processor feature name.
Definition at line 144 of file ProcessorFeature.h.
|
inline |
The value of a processor feature name.
Definition at line 154 of file ProcessorFeature.h.