ComputeNodesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new ComputeNodesProperty {
object ImageId,
object InstanceType,
object SystemDisk,
object DataDisks = null,
object Duration = null,
object EnableHt = null,
object SpotPriceLimit = null,
object SpotStrategy = null
};
Properties
ImageIdRequired
public object ImageId { get; set; }
InstanceTypeRequired
public object InstanceType { get; set; }
SystemDiskRequired
public object SystemDisk { get; set; }
DataDisksOptional
public object DataDisks { get; set; }
DurationOptional
public object Duration { get; set; }
EnableHtOptional
public object EnableHt { get; set; }
SpotPriceLimitOptional
public object SpotPriceLimit { get; set; }
SpotStrategyOptional
public object SpotStrategy { get; set; }