RelationalDatabaseBundle class
Describes a database bundle. A bundle describes the performance specifications of the database.
Constructors
Properties
- bundleId → String?
-
The ID for the database bundle.
final
- cpuCount → int?
-
The number of virtual CPUs (vCPUs) for the database bundle.
final
- diskSizeInGb → int?
-
The size of the disk for the database bundle.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActive → bool?
-
A Boolean value indicating whether the database bundle is active.
final
- isEncrypted → bool?
-
A Boolean value indicating whether the database bundle is encrypted.
final
- name → String?
-
The name for the database bundle.
final
- price → double?
-
The cost of the database bundle in US currency.
final
- ramSizeInGb → double?
-
The amount of RAM in GB (for example,
2.0
) for the database bundle.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transferPerMonthInGb → int?
-
The data transfer rate per month in GB for the database bundle.
final
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