@Generated(value="software.amazon.awssdk:codegen") public final class FleetData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FleetData.Builder,FleetData>
Describes an EC2 Fleet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FleetData.Builder |
| Modifier and Type | Method and Description |
|---|---|
FleetActivityStatus |
activityStatus()
The progress of the EC2 Fleet.
|
String |
activityStatusAsString()
The progress of the EC2 Fleet.
|
static FleetData.Builder |
builder() |
String |
clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
context()
Reserved.
|
Instant |
createTime()
The creation date and time of the EC2 Fleet.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<DescribeFleetError> |
errors()
Information about the instances that could not be launched by the fleet.
|
FleetExcessCapacityTerminationPolicy |
excessCapacityTerminationPolicy()
Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased
below the current size of the EC2 Fleet.
|
String |
excessCapacityTerminationPolicyAsString()
Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased
below the current size of the EC2 Fleet.
|
String |
fleetId()
The ID of the EC2 Fleet.
|
FleetStateCode |
fleetState()
The state of the EC2 Fleet.
|
String |
fleetStateAsString()
The state of the EC2 Fleet.
|
Double |
fulfilledCapacity()
The number of units fulfilled by this request compared to the set target capacity.
|
Double |
fulfilledOnDemandCapacity()
The number of units fulfilled by this request compared to the set target On-Demand capacity.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasErrors()
For responses, this returns true if the service returned a value for the Errors property.
|
int |
hashCode() |
boolean |
hasInstances()
For responses, this returns true if the service returned a value for the Instances property.
|
boolean |
hasLaunchTemplateConfigs()
For responses, this returns true if the service returned a value for the LaunchTemplateConfigs property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
List<DescribeFleetsInstances> |
instances()
Information about the instances that were launched by the fleet.
|
List<FleetLaunchTemplateConfig> |
launchTemplateConfigs()
The launch template and overrides.
|
OnDemandOptions |
onDemandOptions()
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
Boolean |
replaceUnhealthyInstances()
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FleetData.Builder> |
serializableBuilderClass() |
SpotOptions |
spotOptions()
The configuration of Spot Instances in an EC2 Fleet.
|
List<Tag> |
tags()
The tags for an EC2 Fleet resource.
|
TargetCapacitySpecification |
targetCapacitySpecification()
The number of units to request.
|
Boolean |
terminateInstancesWithExpiration()
Indicates whether running instances should be terminated when the EC2 Fleet expires.
|
FleetData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FleetType |
type()
The type of request.
|
String |
typeAsString()
The type of request.
|
Instant |
validFrom()
The start date and time of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
Instant |
validUntil()
The end date and time of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FleetActivityStatus activityStatus()
The progress of the EC2 Fleet. If there is an error, the status is error. After all requests are
placed, the status is pending_fulfillment. If the size of the EC2 Fleet is equal to or greater than
its target capacity, the status is fulfilled. If the size of the EC2 Fleet is decreased, the status
is pending_termination while instances are terminating.
If the service returns an enum value that is not available in the current SDK version, activityStatus
will return FleetActivityStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from activityStatusAsString().
error. After all requests
are placed, the status is pending_fulfillment. If the size of the EC2 Fleet is equal to or
greater than its target capacity, the status is fulfilled. If the size of the EC2 Fleet is
decreased, the status is pending_termination while instances are terminating.FleetActivityStatuspublic final String activityStatusAsString()
The progress of the EC2 Fleet. If there is an error, the status is error. After all requests are
placed, the status is pending_fulfillment. If the size of the EC2 Fleet is equal to or greater than
its target capacity, the status is fulfilled. If the size of the EC2 Fleet is decreased, the status
is pending_termination while instances are terminating.
If the service returns an enum value that is not available in the current SDK version, activityStatus
will return FleetActivityStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from activityStatusAsString().
error. After all requests
are placed, the status is pending_fulfillment. If the size of the EC2 Fleet is equal to or
greater than its target capacity, the status is fulfilled. If the size of the EC2 Fleet is
decreased, the status is pending_termination while instances are terminating.FleetActivityStatuspublic final Instant createTime()
The creation date and time of the EC2 Fleet.
public final String fleetId()
The ID of the EC2 Fleet.
public final FleetStateCode fleetState()
The state of the EC2 Fleet.
If the service returns an enum value that is not available in the current SDK version, fleetState will
return FleetStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fleetStateAsString().
FleetStateCodepublic final String fleetStateAsString()
The state of the EC2 Fleet.
If the service returns an enum value that is not available in the current SDK version, fleetState will
return FleetStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fleetStateAsString().
FleetStateCodepublic final String clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
Constraints: Maximum 64 ASCII characters
Constraints: Maximum 64 ASCII characters
public final FleetExcessCapacityTerminationPolicy excessCapacityTerminationPolicy()
Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
If the service returns an enum value that is not available in the current SDK version,
excessCapacityTerminationPolicy will return
FleetExcessCapacityTerminationPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from excessCapacityTerminationPolicyAsString().
FleetExcessCapacityTerminationPolicypublic final String excessCapacityTerminationPolicyAsString()
Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
If the service returns an enum value that is not available in the current SDK version,
excessCapacityTerminationPolicy will return
FleetExcessCapacityTerminationPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from excessCapacityTerminationPolicyAsString().
FleetExcessCapacityTerminationPolicypublic final Double fulfilledCapacity()
The number of units fulfilled by this request compared to the set target capacity.
public final Double fulfilledOnDemandCapacity()
The number of units fulfilled by this request compared to the set target On-Demand capacity.
public final boolean hasLaunchTemplateConfigs()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<FleetLaunchTemplateConfig> launchTemplateConfigs()
The launch template and overrides.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLaunchTemplateConfigs() method.
public final TargetCapacitySpecification targetCapacitySpecification()
The number of units to request. You can choose to set the target capacity in terms of instances or a performance
characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type
is maintain, you can specify a target capacity of 0 and add capacity later.
maintain, you can specify a target capacity of 0 and add capacity
later.public final Boolean terminateInstancesWithExpiration()
Indicates whether running instances should be terminated when the EC2 Fleet expires.
public final FleetType type()
The type of request. Indicates whether the EC2 Fleet only requests the target capacity, or also
attempts to maintain it. If you request a certain target capacity, EC2 Fleet only places the
required requests; it does not attempt to replenish instances if capacity is diminished, and it does not submit
requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2
Fleet places the required requests to meet this target capacity. It also automatically replenishes any
interrupted Spot Instances. Default: maintain.
If the service returns an enum value that is not available in the current SDK version, type will return
FleetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
requests the target capacity, or
also attempts to maintain it. If you request a certain target capacity, EC2 Fleet only
places the required requests; it does not attempt to replenish instances if capacity is diminished, and
it does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a
certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also
automatically replenishes any interrupted Spot Instances. Default: maintain.FleetTypepublic final String typeAsString()
The type of request. Indicates whether the EC2 Fleet only requests the target capacity, or also
attempts to maintain it. If you request a certain target capacity, EC2 Fleet only places the
required requests; it does not attempt to replenish instances if capacity is diminished, and it does not submit
requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2
Fleet places the required requests to meet this target capacity. It also automatically replenishes any
interrupted Spot Instances. Default: maintain.
If the service returns an enum value that is not available in the current SDK version, type will return
FleetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
requests the target capacity, or
also attempts to maintain it. If you request a certain target capacity, EC2 Fleet only
places the required requests; it does not attempt to replenish instances if capacity is diminished, and
it does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a
certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also
automatically replenishes any interrupted Spot Instances. Default: maintain.FleetTypepublic final Instant validFrom()
The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.
public final Instant validUntil()
The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.
public final Boolean replaceUnhealthyInstances()
Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type
maintain. For more information, see EC2
Fleet health checks in the Amazon EC2 User Guide.
maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.public final SpotOptions spotOptions()
The configuration of Spot Instances in an EC2 Fleet.
public final OnDemandOptions onDemandOptions()
The allocation strategy of On-Demand Instances in an EC2 Fleet.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
The tags for an EC2 Fleet resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final boolean hasErrors()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<DescribeFleetError> errors()
Information about the instances that could not be launched by the fleet. Valid only when Type is set to
instant.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasErrors() method.
instant.public final boolean hasInstances()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<DescribeFleetsInstances> instances()
Information about the instances that were launched by the fleet. Valid only when Type is set to
instant.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasInstances() method.
instant.public final String context()
Reserved.
public FleetData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FleetData.Builder,FleetData>public static FleetData.Builder builder()
public static Class<? extends FleetData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.