InstanceConsumptionInfo class

Constructors

InstanceConsumptionInfo({int? guestCpus, int? localSsdGb, int? memoryMb, int? minNodeCpus})
InstanceConsumptionInfo.fromJson(Map json_)

Properties

guestCpus int?
The number of virtual CPUs that are available to the instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localSsdGb int?
The amount of local SSD storage available to the instance, defined in GiB.
getter/setter pair
memoryMb int?
The amount of physical memory available to the instance, defined in MiB.
getter/setter pair
minNodeCpus int?
The minimal guaranteed number of virtual CPUs that are reserved.
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