AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The amount of instance usage, in normalized units. You can use normalized units to see your EC2 usage for multiple sizes of instances in a uniform way. For example, suppose that 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. When you use 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.

Inheritance Hierarchy

System.Object
  Amazon.CostExplorer.Model.CoverageNormalizedUnits

Namespace: Amazon.CostExplorer.Model
Assembly: AWSSDK.CostExplorer.dll
Version: 3.x.y.z

Syntax

C#
public class CoverageNormalizedUnits

The CoverageNormalizedUnits type exposes the following members

Constructors

NameDescription
Public Method CoverageNormalizedUnits()

Properties

NameTypeDescription
Public Property CoverageNormalizedUnitsPercentage System.String

Gets and sets the property CoverageNormalizedUnitsPercentage.

The percentage of your used instance normalized units that a reservation covers.

Public Property OnDemandNormalizedUnits System.String

Gets and sets the property OnDemandNormalizedUnits.

The number of normalized units that are covered by On-Demand Instances instead of a reservation.

Public Property ReservedNormalizedUnits System.String

Gets and sets the property ReservedNormalizedUnits.

The number of normalized units that a reservation covers.

Public Property TotalRunningNormalizedUnits System.String

Gets and sets the property TotalRunningNormalizedUnits.

The total number of normalized units that you used.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5