CoverageNormalizedUnits class

The amount of instance usage, in normalized units. Normalized units enable you to see your EC2 usage for multiple sizes of instances in a uniform way. For example, suppose you run an xlarge instance and a 2xlarge instance. If you run both instances for the same amount of time, the 2xlarge instance uses twice as much of your reservation as the xlarge instance, even though both instances show only one instance-hour. Using normalized units instead of instance-hours, the xlarge instance used 8 normalized units, and the 2xlarge instance used 16 normalized units.

For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances.

Constructors

CoverageNormalizedUnits({String? coverageNormalizedUnitsPercentage, String? onDemandNormalizedUnits, String? reservedNormalizedUnits, String? totalRunningNormalizedUnits})
CoverageNormalizedUnits.fromJson(Map<String, dynamic> json)
factory

Properties

coverageNormalizedUnitsPercentage String?
The percentage of your used instance normalized units that a reservation covers.
final
hashCode int
The hash code for this object.
no setterinherited
onDemandNormalizedUnits String?
The number of normalized units that are covered by On-Demand Instances instead of a reservation.
final
reservedNormalizedUnits String?
The number of normalized units that a reservation covers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalRunningNormalizedUnits String?
The total number of normalized units that you used.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited