Uses of Enum
co.yellowdog.platform.model.AlibabaSpotStrategy
Packages that use AlibabaSpotStrategy
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AlibabaSpotStrategy in co.yellowdog.platform.model
Subclasses with type arguments of type AlibabaSpotStrategy in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return AlibabaSpotStrategyModifier and TypeMethodDescriptionAlibabaInstancesComputeSource.getSpotStrategy()
The Alibaba Cloud spot strategy to use when provisioning instances.static AlibabaSpotStrategy
Returns the enum constant of this type with the specified name.static AlibabaSpotStrategy[]
AlibabaSpotStrategy.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 AlibabaSpotStrategyModifier and TypeMethodDescriptionvoid
AlibabaInstancesComputeSource.setSpotStrategy
(AlibabaSpotStrategy spotStrategy) The Alibaba Cloud spot strategy to use when provisioning instances.AlibabaInstancesComputeSource.Builder.spotStrategy
(AlibabaSpotStrategy spotStrategy) Constructors in co.yellowdog.platform.model with parameters of type AlibabaSpotStrategyModifierConstructorDescriptionAlibabaInstancesComputeSource
(String name, String credential, String region, String availabilityZone, String securityGroupId, String vSwitchId, String instanceType, String imageId, AlibabaInstanceChargeType instanceChargeType, AlibabaSpotStrategy spotStrategy, Float spotPriceLimit, int limit, boolean specifyMinimum, Boolean assignPublicIp, String keyName, String ramRoleName, String userData, Map<String, String> instanceTags)