Skip to content

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

Name Type Description
ImageId object No description.
InstanceType object No description.
SystemDisk object No description.
DataDisks object No description.
Duration object No description.
EnableHt object No description.
SpotPriceLimit object No description.
SpotStrategy object No description.

ImageIdRequired

public object ImageId { get; set; }
  • Type: object

InstanceTypeRequired

public object InstanceType { get; set; }
  • Type: object

SystemDiskRequired

public object SystemDisk { get; set; }
  • Type: object

DataDisksOptional

public object DataDisks { get; set; }
  • Type: object

DurationOptional

public object Duration { get; set; }
  • Type: object

EnableHtOptional

public object EnableHt { get; set; }
  • Type: object

SpotPriceLimitOptional

public object SpotPriceLimit { get; set; }
  • Type: object

SpotStrategyOptional

public object SpotStrategy { get; set; }
  • Type: object