Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
Use this in place of
values() to return a
Set of all values known to the SDK.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
RESERVATION_TOTAL_CAPACITY_HRS_VCPU
public static final Metric RESERVATION_TOTAL_CAPACITY_HRS_VCPU
RESERVATION_TOTAL_CAPACITY_HRS_INST
public static final Metric RESERVATION_TOTAL_CAPACITY_HRS_INST
RESERVATION_MAX_SIZE_VCPU
public static final Metric RESERVATION_MAX_SIZE_VCPU
RESERVATION_MAX_SIZE_INST
public static final Metric RESERVATION_MAX_SIZE_INST
RESERVATION_MIN_SIZE_VCPU
public static final Metric RESERVATION_MIN_SIZE_VCPU
RESERVATION_MIN_SIZE_INST
public static final Metric RESERVATION_MIN_SIZE_INST
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU
public static final Metric RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST
public static final Metric RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST
RESERVATION_UNUSED_TOTAL_ESTIMATED_COST
public static final Metric RESERVATION_UNUSED_TOTAL_ESTIMATED_COST
RESERVATION_MAX_UNUSED_SIZE_VCPU
public static final Metric RESERVATION_MAX_UNUSED_SIZE_VCPU
RESERVATION_MAX_UNUSED_SIZE_INST
public static final Metric RESERVATION_MAX_UNUSED_SIZE_INST
RESERVATION_MIN_UNUSED_SIZE_VCPU
public static final Metric RESERVATION_MIN_UNUSED_SIZE_VCPU
RESERVATION_MIN_UNUSED_SIZE_INST
public static final Metric RESERVATION_MIN_UNUSED_SIZE_INST
RESERVATION_MAX_UTILIZATION
public static final Metric RESERVATION_MAX_UTILIZATION
RESERVATION_MIN_UTILIZATION
public static final Metric RESERVATION_MIN_UTILIZATION
RESERVATION_AVG_UTILIZATION_VCPU
public static final Metric RESERVATION_AVG_UTILIZATION_VCPU
RESERVATION_AVG_UTILIZATION_INST
public static final Metric RESERVATION_AVG_UTILIZATION_INST
RESERVATION_TOTAL_COUNT
public static final Metric RESERVATION_TOTAL_COUNT
RESERVATION_TOTAL_ESTIMATED_COST
public static final Metric RESERVATION_TOTAL_ESTIMATED_COST
RESERVATION_AVG_FUTURE_SIZE_VCPU
public static final Metric RESERVATION_AVG_FUTURE_SIZE_VCPU
RESERVATION_AVG_FUTURE_SIZE_INST
public static final Metric RESERVATION_AVG_FUTURE_SIZE_INST
RESERVATION_MIN_FUTURE_SIZE_VCPU
public static final Metric RESERVATION_MIN_FUTURE_SIZE_VCPU
RESERVATION_MIN_FUTURE_SIZE_INST
public static final Metric RESERVATION_MIN_FUTURE_SIZE_INST
RESERVATION_MAX_FUTURE_SIZE_VCPU
public static final Metric RESERVATION_MAX_FUTURE_SIZE_VCPU
RESERVATION_MAX_FUTURE_SIZE_INST
public static final Metric RESERVATION_MAX_FUTURE_SIZE_INST
RESERVATION_AVG_COMMITTED_SIZE_VCPU
public static final Metric RESERVATION_AVG_COMMITTED_SIZE_VCPU
RESERVATION_AVG_COMMITTED_SIZE_INST
public static final Metric RESERVATION_AVG_COMMITTED_SIZE_INST
RESERVATION_MAX_COMMITTED_SIZE_VCPU
public static final Metric RESERVATION_MAX_COMMITTED_SIZE_VCPU
RESERVATION_MAX_COMMITTED_SIZE_INST
public static final Metric RESERVATION_MAX_COMMITTED_SIZE_INST
RESERVATION_MIN_COMMITTED_SIZE_VCPU
public static final Metric RESERVATION_MIN_COMMITTED_SIZE_VCPU
RESERVATION_MIN_COMMITTED_SIZE_INST
public static final Metric RESERVATION_MIN_COMMITTED_SIZE_INST
RESERVED_TOTAL_USAGE_HRS_VCPU
public static final Metric RESERVED_TOTAL_USAGE_HRS_VCPU
RESERVED_TOTAL_USAGE_HRS_INST
public static final Metric RESERVED_TOTAL_USAGE_HRS_INST
RESERVED_TOTAL_ESTIMATED_COST
public static final Metric RESERVED_TOTAL_ESTIMATED_COST
UNRESERVED_TOTAL_USAGE_HRS_VCPU
public static final Metric UNRESERVED_TOTAL_USAGE_HRS_VCPU
UNRESERVED_TOTAL_USAGE_HRS_INST
public static final Metric UNRESERVED_TOTAL_USAGE_HRS_INST
UNRESERVED_TOTAL_ESTIMATED_COST
public static final Metric UNRESERVED_TOTAL_ESTIMATED_COST
SPOT_TOTAL_USAGE_HRS_VCPU
public static final Metric SPOT_TOTAL_USAGE_HRS_VCPU
SPOT_TOTAL_USAGE_HRS_INST
public static final Metric SPOT_TOTAL_USAGE_HRS_INST
SPOT_TOTAL_ESTIMATED_COST
public static final Metric SPOT_TOTAL_ESTIMATED_COST
SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST
public static final Metric SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST
SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST
public static final Metric SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST
SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST
public static final Metric SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST
SPOT_TOTAL_INTERRUPTIONS_INST
public static final Metric SPOT_TOTAL_INTERRUPTIONS_INST
SPOT_TOTAL_INTERRUPTIONS_VCPU
public static final Metric SPOT_TOTAL_INTERRUPTIONS_VCPU
SPOT_TOTAL_COUNT_INST
public static final Metric SPOT_TOTAL_COUNT_INST
SPOT_TOTAL_COUNT_VCPU
public static final Metric SPOT_TOTAL_COUNT_VCPU
SPOT_INTERRUPTION_RATE_INST
public static final Metric SPOT_INTERRUPTION_RATE_INST
SPOT_INTERRUPTION_RATE_VCPU
public static final Metric SPOT_INTERRUPTION_RATE_VCPU
UNKNOWN_TO_SDK_VERSION
public static final Metric UNKNOWN_TO_SDK_VERSION
Method Details
values
public static Metric [] values ()
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
fromValue
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
Parameters:
value - real value
Returns:
Metric corresponding to the value