DatabaseDeploymentTopology class

Details of database deployment's topology.

Constructors

DatabaseDeploymentTopology.new({int? coreCount, int? coreLimit, String? diskAllocatedBytes, String? diskUsedBytes, List<DatabaseInstance>? instances, String? memoryBytes, String? memoryLimitBytes, int? physicalCoreCount, int? physicalCoreLimit})
DatabaseDeploymentTopology.fromJson(Map json_)

Properties

coreCount int?
Number of total logical cores.
getter/setter pair
coreLimit int?
Number of total logical cores limited by db deployment.
getter/setter pair
diskAllocatedBytes String?
Disk allocated in bytes.
getter/setter pair
diskUsedBytes String?
Disk used in bytes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instances List<DatabaseInstance>?
List of database instances.
getter/setter pair
memoryBytes String?
Total memory in bytes.
getter/setter pair
memoryLimitBytes String?
Total memory in bytes limited by db deployment.
getter/setter pair
physicalCoreCount int?
Number of total physical cores.
getter/setter pair
physicalCoreLimit int?
Number of total physical cores limited by db deployment.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited