Class InterruptibleCapacityAllocation
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InterruptibleCapacityAllocation.Builder,InterruptibleCapacityAllocation>
Represents the allocation of capacity from a source reservation to an interruptible reservation, tracking current and target instance counts for allocation management.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe current number of instances allocated to the interruptible reservation.final StringThe ID of the interruptible Capacity Reservation created from the allocation.final InterruptionTypeThe type of interruption policy applied to the interruptible reservation.final StringThe type of interruption policy applied to the interruptible reservation.static Class<? extends InterruptibleCapacityAllocation.Builder> status()The current status of the allocation (updating during reclamation, active when complete).final StringThe current status of the allocation (updating during reclamation, active when complete).final IntegerAfter your modify request, the requested number of instances allocated to interruptible reservation.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final ZeroSizePreferenceSpecifies how Amazon EC2 handles the interruptible Capacity Reservation when you reduce its allocation to zero instances.final StringSpecifies how Amazon EC2 handles the interruptible Capacity Reservation when you reduce its allocation to zero instances.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
instanceCount
The current number of instances allocated to the interruptible reservation.
- Returns:
- The current number of instances allocated to the interruptible reservation.
-
targetInstanceCount
After your modify request, the requested number of instances allocated to interruptible reservation.
- Returns:
- After your modify request, the requested number of instances allocated to interruptible reservation.
-
status
The current status of the allocation (updating during reclamation, active when complete).
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInterruptibleCapacityReservationAllocationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the allocation (updating during reclamation, active when complete).
- See Also:
-
statusAsString
The current status of the allocation (updating during reclamation, active when complete).
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInterruptibleCapacityReservationAllocationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the allocation (updating during reclamation, active when complete).
- See Also:
-
interruptibleCapacityReservationId
The ID of the interruptible Capacity Reservation created from the allocation.
- Returns:
- The ID of the interruptible Capacity Reservation created from the allocation.
-
interruptionType
The type of interruption policy applied to the interruptible reservation.
If the service returns an enum value that is not available in the current SDK version,
interruptionTypewill returnInterruptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominterruptionTypeAsString().- Returns:
- The type of interruption policy applied to the interruptible reservation.
- See Also:
-
interruptionTypeAsString
The type of interruption policy applied to the interruptible reservation.
If the service returns an enum value that is not available in the current SDK version,
interruptionTypewill returnInterruptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominterruptionTypeAsString().- Returns:
- The type of interruption policy applied to the interruptible reservation.
- See Also:
-
zeroSizePreference
Specifies how Amazon EC2 handles the interruptible Capacity Reservation when you reduce its allocation to zero instances. A value of
retainkeeps the interruptible Capacity Reservation active at zero capacity so that you can allocate instances to it again later. A value ofdefaultcancels the interruptible Capacity Reservation and returns the capacity to your source Capacity Reservation.If the service returns an enum value that is not available in the current SDK version,
zeroSizePreferencewill returnZeroSizePreference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromzeroSizePreferenceAsString().- Returns:
- Specifies how Amazon EC2 handles the interruptible Capacity Reservation when you reduce its allocation to
zero instances. A value of
retainkeeps the interruptible Capacity Reservation active at zero capacity so that you can allocate instances to it again later. A value ofdefaultcancels the interruptible Capacity Reservation and returns the capacity to your source Capacity Reservation. - See Also:
-
zeroSizePreferenceAsString
Specifies how Amazon EC2 handles the interruptible Capacity Reservation when you reduce its allocation to zero instances. A value of
retainkeeps the interruptible Capacity Reservation active at zero capacity so that you can allocate instances to it again later. A value ofdefaultcancels the interruptible Capacity Reservation and returns the capacity to your source Capacity Reservation.If the service returns an enum value that is not available in the current SDK version,
zeroSizePreferencewill returnZeroSizePreference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromzeroSizePreferenceAsString().- Returns:
- Specifies how Amazon EC2 handles the interruptible Capacity Reservation when you reduce its allocation to
zero instances. A value of
retainkeeps the interruptible Capacity Reservation active at zero capacity so that you can allocate instances to it again later. A value ofdefaultcancels the interruptible Capacity Reservation and returns the capacity to your source Capacity Reservation. - See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<InterruptibleCapacityAllocation.Builder,InterruptibleCapacityAllocation> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-