RelationalDatabaseHardware class
Describes the hardware of a database.
Constructors
- RelationalDatabaseHardware({int? cpuCount, int? diskSizeInGb, double? ramSizeInGb})
-
RelationalDatabaseHardware.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cpuCount → int?
-
The number of vCPUs for the database.
final
- diskSizeInGb → int?
-
The size of the disk for the database.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ramSizeInGb → double?
-
The amount of RAM in GB for the database.
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