Skip to content

ComputeNodesProperty

Initializer

import com.aliyun.ros.cdk.ehpc.RosClusterV2.ComputeNodesProperty;
ComputeNodesProperty.builder()
    .imageId(java.lang.String)
    .imageId(IResolvable)
    .instanceType(java.lang.String)
    .instanceType(IResolvable)
    .systemDisk(IResolvable)
    .systemDisk(SystemDiskProperty)
//  .dataDisks(IResolvable)
//  .dataDisks(java.util.List<IResolvable)
//  .dataDisks(DataDisksProperty>)
//  .duration(java.lang.Number)
//  .duration(IResolvable)
//  .enableHt(java.lang.Boolean)
//  .enableHt(IResolvable)
//  .spotPriceLimit(java.lang.Number)
//  .spotPriceLimit(IResolvable)
//  .spotStrategy(java.lang.String)
//  .spotStrategy(IResolvable)
    .build();

Properties

Name Type Description
imageId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
instanceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
systemDisk com.aliyun.ros.cdk.core.IResolvable OR SystemDiskProperty No description.
dataDisks com.aliyun.ros.cdk.core.IResolvable OR java.util.ListDataDisksProperty> No description.
duration java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
enableHt java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
spotPriceLimit java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
spotStrategy java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

imageIdRequired

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

instanceTypeRequired

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

systemDiskRequired

public java.lang.Object getSystemDisk();

dataDisksOptional

public java.lang.Object getDataDisks();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListDataDisksProperty>

durationOptional

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

enableHtOptional

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

spotPriceLimitOptional

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

spotStrategyOptional

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