Uses of Class
co.yellowdog.platform.model.AwsFleetSpotOptions
Packages that use AwsFleetSpotOptions
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AwsFleetSpotOptions in co.yellowdog.platform.model
Subclasses with type arguments of type AwsFleetSpotOptions in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new AwsFleetSpotOptions that is automatically validated on build.Methods in co.yellowdog.platform.model that return AwsFleetSpotOptionsModifier and TypeMethodDescriptionAwsFleetSpotOptions.Builder.buildUnchecked()
AwsFleetComputeSource.getSpotOptions()
Options related to provisioning Spot instances.Methods in co.yellowdog.platform.model with parameters of type AwsFleetSpotOptionsModifier and TypeMethodDescriptionvoid
AwsFleetComputeSource.setSpotOptions
(AwsFleetSpotOptions spotOptions) Options related to provisioning Spot instances.AwsFleetComputeSource.Builder.spotOptions
(AwsFleetSpotOptions spotOptions) Constructors in co.yellowdog.platform.model with parameters of type AwsFleetSpotOptionsModifierConstructorDescriptionAwsFleetComputeSource
(String name, String credential, String region, String availabilityZone, String securityGroupId, String instanceType, String imageId, int limit, Boolean assignPublicIp, Boolean createClusterPlacementGroup, AwsPlacementGroup existingPlacementGroup, Boolean createElasticFabricAdapter, List<AwsSecondaryNetworkInterface> secondaryNetworkInterfaces, AwsCapacityReservation capacityReservation, Boolean enableDetailedMonitoring, Boolean enableInstanceMetadataTags, String keyName, String iamInstanceProfileArn, String subnetId, AwsFleetPurchaseOption purchaseOption, AwsFleetOnDemandOptions onDemandOptions, AwsFleetSpotOptions spotOptions, List<AwsFleetInstanceOverride> instanceOverrides, String userData, Map<String, String> instanceTags)