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. |
ImageId
Required
ImageId interface{}
- Type: interface{}
InstanceType
Required
InstanceType interface{}
- Type: interface{}
SystemDisk
Required
SystemDisk interface{}
- Type: interface{}
DataDisks
Optional
DataDisks interface{}
- Type: interface{}
Duration
Optional
Duration interface{}
- Type: interface{}
EnableHt
Optional
EnableHt interface{}
- Type: interface{}
SpotPriceLimit
Optional
SpotPriceLimit interface{}
- Type: interface{}
SpotStrategy
Optional
SpotStrategy interface{}
- Type: interface{}