ReportSummarySoleTenantNodeAllocation class
Represents the assets allocated to a specific Sole-Tenant node type.
Constructors
- ReportSummarySoleTenantNodeAllocation({String? allocatedAssetCount, SoleTenantNodeType? node, String? nodeCount})
- ReportSummarySoleTenantNodeAllocation.fromJson(Map json_)
Properties
- allocatedAssetCount ↔ String?
-
Count of assets allocated to these nodes
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- node ↔ SoleTenantNodeType?
-
Sole Tenant node type, e.g. "m3-node-128-3904"
getter/setter pair
- nodeCount ↔ String?
-
Count of this node type to be provisioned
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