ExportableInstanceField enum
- Inheritance
- Available extensions
Values
- accountId → const ExportableInstanceField
- instanceArn → const ExportableInstanceField
- instanceName → const ExportableInstanceField
- finding → const ExportableInstanceField
- lookbackPeriodInDays → const ExportableInstanceField
- currentInstanceType → const ExportableInstanceField
- utilizationMetricsCpuMaximum → const ExportableInstanceField
- utilizationMetricsMemoryMaximum → const ExportableInstanceField
- utilizationMetricsEbsReadOpsPerSecondMaximum → const ExportableInstanceField
- utilizationMetricsEbsWriteOpsPerSecondMaximum → const ExportableInstanceField
- utilizationMetricsEbsReadBytesPerSecondMaximum → const ExportableInstanceField
- utilizationMetricsEbsWriteBytesPerSecondMaximum → const ExportableInstanceField
- currentOnDemandPrice → const ExportableInstanceField
- currentStandardOneYearNoUpfrontReservedPrice → const ExportableInstanceField
- currentStandardThreeYearNoUpfrontReservedPrice → const ExportableInstanceField
- currentVCpus → const ExportableInstanceField
- currentMemory → const ExportableInstanceField
- currentStorage → const ExportableInstanceField
- currentNetwork → const ExportableInstanceField
- recommendationOptionsInstanceType → const ExportableInstanceField
- recommendationOptionsProjectedUtilizationMetricsCpuMaximum → const ExportableInstanceField
- recommendationOptionsProjectedUtilizationMetricsMemoryMaximum → const ExportableInstanceField
- recommendationOptionsPerformanceRisk → const ExportableInstanceField
- recommendationOptionsVcpus → const ExportableInstanceField
- recommendationOptionsMemory → const ExportableInstanceField
- recommendationOptionsStorage → const ExportableInstanceField
- recommendationOptionsNetwork → const ExportableInstanceField
- recommendationOptionsOnDemandPrice → const ExportableInstanceField
- recommendationOptionsStandardOneYearNoUpfrontReservedPrice → const ExportableInstanceField
- recommendationOptionsStandardThreeYearNoUpfrontReservedPrice → const ExportableInstanceField
- recommendationsSourcesRecommendationSourceArn → const ExportableInstanceField
- recommendationsSourcesRecommendationSourceType → const ExportableInstanceField
- lastRefreshTimestamp → const ExportableInstanceField
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → String -
Available on ExportableInstanceField, provided by the ExportableInstanceFieldValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ExportableInstanceField> - A constant List of the values in this enum, in order of their declaration.