Skip to content

SpotPriceLimitProperty

Initializer

import com.aliyun.ros.cdk.cs.RosClusterNodePool.SpotPriceLimitProperty;
SpotPriceLimitProperty.builder()
    .instanceType(java.lang.String)
    .instanceType(IResolvable)
    .priceLimit(java.lang.Number)
    .priceLimit(IResolvable)
    .build();

Properties

Name Type Description
instanceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
priceLimit java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.

instanceTypeRequired

public java.lang.Object getInstanceType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

priceLimitRequired

public java.lang.Object getPriceLimit();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable