Class FleetCapacityReservation
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FleetCapacityReservation.Builder,FleetCapacityReservation>
Information about a Capacity Reservation in a Capacity Reservation Fleet.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Availability Zone in which the Capacity Reservation reserves capacity.final StringThe ID of the Availability Zone in which the Capacity Reservation reserves capacity.builder()final StringThe ID of the Capacity Reservation.final InstantThe date and time at which the Capacity Reservation was created.final BooleanIndicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.final booleanfinal booleanequalsBySdkFields(Object obj) final DoubleThe number of capacity units fulfilled by the Capacity Reservation.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()The type of operating system for which the Capacity Reservation reserves capacity.final StringThe type of operating system for which the Capacity Reservation reserves capacity.final InstanceTypeThe instance type for which the Capacity Reservation reserves capacity.final StringThe instance type for which the Capacity Reservation reserves capacity.final Integerpriority()The priority of the instance type in the Capacity Reservation Fleet.static Class<? extends FleetCapacityReservation.Builder>final StringtoString()Returns a string representation of this object.final IntegerThe total number of instances for which the Capacity Reservation reserves capacity.final Doubleweight()The weight of the instance type in the Capacity Reservation Fleet.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
capacityReservationId
The ID of the Capacity Reservation.
- Returns:
- The ID of the Capacity Reservation.
-
availabilityZoneId
The ID of the Availability Zone in which the Capacity Reservation reserves capacity.
- Returns:
- The ID of the Availability Zone in which the Capacity Reservation reserves capacity.
-
instanceType
The instance type for which the Capacity Reservation reserves capacity.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
- The instance type for which the Capacity Reservation reserves capacity.
- See Also:
-
instanceTypeAsString
The instance type for which the Capacity Reservation reserves capacity.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
- The instance type for which the Capacity Reservation reserves capacity.
- See Also:
-
instancePlatform
The type of operating system for which the Capacity Reservation reserves capacity.
If the service returns an enum value that is not available in the current SDK version,
instancePlatformwill returnCapacityReservationInstancePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstancePlatformAsString().- Returns:
- The type of operating system for which the Capacity Reservation reserves capacity.
- See Also:
-
instancePlatformAsString
The type of operating system for which the Capacity Reservation reserves capacity.
If the service returns an enum value that is not available in the current SDK version,
instancePlatformwill returnCapacityReservationInstancePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstancePlatformAsString().- Returns:
- The type of operating system for which the Capacity Reservation reserves capacity.
- See Also:
-
availabilityZone
The Availability Zone in which the Capacity Reservation reserves capacity.
- Returns:
- The Availability Zone in which the Capacity Reservation reserves capacity.
-
totalInstanceCount
The total number of instances for which the Capacity Reservation reserves capacity.
- Returns:
- The total number of instances for which the Capacity Reservation reserves capacity.
-
fulfilledCapacity
The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.
- Returns:
- The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.
-
ebsOptimized
Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.
- Returns:
- Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.
-
createDate
The date and time at which the Capacity Reservation was created.
- Returns:
- The date and time at which the Capacity Reservation was created.
-
weight
The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.
- Returns:
- The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.
-
priority
The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.
- Returns:
- The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<FleetCapacityReservation.Builder,FleetCapacityReservation>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-