Skip to content

ManagerNodeProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new ManagerNodeProperty {
    object ImageId,
    object InstanceType,
    object SystemDisk,
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object DataDisks = null,
    object EnableHt = null,
    object InstanceChargeType = null,
    object Period = null,
    object PeriodUnit = null
};

Properties

Name Type Description
ImageId object No description.
InstanceType object No description.
SystemDisk object No description.
AutoRenew object No description.
AutoRenewPeriod object No description.
DataDisks object No description.
EnableHt object No description.
InstanceChargeType object No description.
Period object No description.
PeriodUnit 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

AutoRenewOptional

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

AutoRenewPeriodOptional

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

DataDisksOptional

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

EnableHtOptional

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

InstanceChargeTypeOptional

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

PeriodOptional

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

PeriodUnitOptional

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