ReportSummarySoleTenantFinding class

A set of findings that applies to assets destined for Sole-Tenant nodes.

Constructors

ReportSummarySoleTenantFinding({String? allocatedAssetCount, List<String>? allocatedRegions, List<ReportSummarySoleTenantNodeAllocation>? nodeAllocations})
ReportSummarySoleTenantFinding.fromJson(Map json_)

Properties

allocatedAssetCount String?
Count of assets which are allocated
getter/setter pair
allocatedRegions List<String>?
Set of regions in which the assets are allocated
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nodeAllocations List<ReportSummarySoleTenantNodeAllocation>?
Set of per-nodetype allocation records
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