Uses of Class
co.yellowdog.platform.model.AwsFleetOnDemandOptions
Packages that use AwsFleetOnDemandOptions
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AwsFleetOnDemandOptions in co.yellowdog.platform.model
Subclasses with type arguments of type AwsFleetOnDemandOptions in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new AwsFleetOnDemandOptions that is automatically validated on build.Methods in co.yellowdog.platform.model that return AwsFleetOnDemandOptionsModifier and TypeMethodDescriptionAwsFleetOnDemandOptions.Builder.buildUnchecked()
AwsFleetComputeSource.getOnDemandOptions()
Options related to provisioning On-Demand instances.Methods in co.yellowdog.platform.model with parameters of type AwsFleetOnDemandOptionsModifier and TypeMethodDescriptionAwsFleetComputeSource.Builder.onDemandOptions
(AwsFleetOnDemandOptions onDemandOptions) void
AwsFleetComputeSource.setOnDemandOptions
(AwsFleetOnDemandOptions onDemandOptions) Options related to provisioning On-Demand instances.Constructors in co.yellowdog.platform.model with parameters of type AwsFleetOnDemandOptionsModifierConstructorDescriptionAwsFleetComputeSource
(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)