ReportSummaryVmwareEngineFinding class

A set of findings that applies to assets destined for VMWare Engine.

Constructors

ReportSummaryVmwareEngineFinding({String? allocatedAssetCount, List<String>? allocatedRegions, List<ReportSummaryVmwareNodeAllocation>? nodeAllocations})
ReportSummaryVmwareEngineFinding.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 were allocated
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nodeAllocations List<ReportSummaryVmwareNodeAllocation>?
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