ReportSummaryComputeEngineFinding class

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

Constructors

ReportSummaryComputeEngineFinding({String? allocatedAssetCount, List<String>? allocatedDiskTypes, List<String>? allocatedRegions, List<ReportSummaryMachineSeriesAllocation>? machineSeriesAllocations})
ReportSummaryComputeEngineFinding.fromJson(Map json_)

Properties

allocatedAssetCount String?
Count of assets which were allocated.
getter/setter pair
allocatedDiskTypes List<String>?
Set of disk types allocated to assets.
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
machineSeriesAllocations List<ReportSummaryMachineSeriesAllocation>?
Distribution of assets based on the Machine Series.
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