Uses of Enum
co.yellowdog.platform.model.AwsFleetPurchaseOption
Packages that use AwsFleetPurchaseOption
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AwsFleetPurchaseOption in co.yellowdog.platform.model
Subclasses with type arguments of type AwsFleetPurchaseOption in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return AwsFleetPurchaseOptionModifier and TypeMethodDescriptionAwsFleetComputeSource.getPurchaseOption()
Determines which instance purchase options (On-Demand and/or Spot) are available to AWS EC2 Fleet.static AwsFleetPurchaseOption
Returns the enum constant of this type with the specified name.static AwsFleetPurchaseOption[]
AwsFleetPurchaseOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type AwsFleetPurchaseOptionModifier and TypeMethodDescriptionAwsFleetComputeSource.Builder.purchaseOption
(AwsFleetPurchaseOption purchaseOption) void
AwsFleetComputeSource.setPurchaseOption
(AwsFleetPurchaseOption purchaseOption) Determines which instance purchase options (On-Demand and/or Spot) are available to AWS EC2 Fleet.Constructors in co.yellowdog.platform.model with parameters of type AwsFleetPurchaseOptionModifierConstructorDescriptionAwsFleetComputeSource
(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)