ReportSummaryVmwareNodeAllocation class
Represents assets allocated to a specific VMWare Node type.
Constructors
- ReportSummaryVmwareNodeAllocation({String? allocatedAssetCount, String? nodeCount, ReportSummaryVmwareNode? vmwareNode})
- ReportSummaryVmwareNodeAllocation.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
- 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
- vmwareNode ↔ ReportSummaryVmwareNode?
-
VMWare node type, e.g. "ve1-standard-72"
getter/setter pair
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