AvailableProcessorFeature class
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.
Constructors
- AvailableProcessorFeature({String? allowedValues, String? defaultValue, String? name})
- AvailableProcessorFeature.fromXml(XmlElement elem)
-
factory
Properties
- allowedValues → String?
-
The allowed values for the processor feature of the DB instance class.
final
- defaultValue → String?
-
The default value for the processor feature of the DB instance class.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the processor feature. Valid names are
coreCount
andthreadsPerCore
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited