@Generated(value="software.amazon.awssdk:codegen") public final class CoverageNormalizedUnits extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoverageNormalizedUnits.Builder,CoverageNormalizedUnits>
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.
Modifier and Type | Class and Description |
---|---|
static interface |
CoverageNormalizedUnits.Builder |
Modifier and Type | Method and Description |
---|---|
static CoverageNormalizedUnits.Builder |
builder() |
String |
coverageNormalizedUnitsPercentage()
The percentage of your used instance normalized units that a reservation covers.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
onDemandNormalizedUnits()
The number of normalized units that are covered by On-Demand Instances instead of a reservation.
|
String |
reservedNormalizedUnits()
The number of normalized units that a reservation covers.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CoverageNormalizedUnits.Builder> |
serializableBuilderClass() |
CoverageNormalizedUnits.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
totalRunningNormalizedUnits()
The total number of normalized units that you used.
|
copy
public String onDemandNormalizedUnits()
The number of normalized units that are covered by On-Demand Instances instead of a reservation.
public String reservedNormalizedUnits()
The number of normalized units that a reservation covers.
public String totalRunningNormalizedUnits()
The total number of normalized units that you used.
public String coverageNormalizedUnitsPercentage()
The percentage of your used instance normalized units that a reservation covers.
public CoverageNormalizedUnits.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CoverageNormalizedUnits.Builder,CoverageNormalizedUnits>
public static CoverageNormalizedUnits.Builder builder()
public static Class<? extends CoverageNormalizedUnits.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.