Skip to content

ComputeNodesProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkehpc"
&alicloudroscdkehpc.ComputeNodesProperty {
    ImageId: interface{},
    InstanceType: interface{},
    SystemDisk: interface{},
    DataDisks: interface{},
    Duration: interface{},
    EnableHt: interface{},
    SpotPriceLimit: interface{},
    SpotStrategy: interface{},
}

Properties

Name Type Description
ImageId interface{} No description.
InstanceType interface{} No description.
SystemDisk interface{} No description.
DataDisks interface{} No description.
Duration interface{} No description.
EnableHt interface{} No description.
SpotPriceLimit interface{} No description.
SpotStrategy interface{} No description.

ImageIdRequired

ImageId interface{}
  • Type: interface{}

InstanceTypeRequired

InstanceType interface{}
  • Type: interface{}

SystemDiskRequired

SystemDisk interface{}
  • Type: interface{}

DataDisksOptional

DataDisks interface{}
  • Type: interface{}

DurationOptional

Duration interface{}
  • Type: interface{}

EnableHtOptional

EnableHt interface{}
  • Type: interface{}

SpotPriceLimitOptional

SpotPriceLimit interface{}
  • Type: interface{}

SpotStrategyOptional

SpotStrategy interface{}
  • Type: interface{}