Skip to content

ManagerNodeProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkehpc"
&alicloudroscdkehpc.ManagerNodeProperty {
    ImageId: interface{},
    InstanceType: interface{},
    SystemDisk: interface{},
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    DataDisks: interface{},
    EnableHt: interface{},
    InstanceChargeType: interface{},
    Period: interface{},
    PeriodUnit: interface{},
}

Properties

Name Type Description
ImageId interface{} No description.
InstanceType interface{} No description.
SystemDisk interface{} No description.
AutoRenew interface{} No description.
AutoRenewPeriod interface{} No description.
DataDisks interface{} No description.
EnableHt interface{} No description.
InstanceChargeType interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.

ImageIdRequired

ImageId interface{}
  • Type: interface{}

InstanceTypeRequired

InstanceType interface{}
  • Type: interface{}

SystemDiskRequired

SystemDisk interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

DataDisksOptional

DataDisks interface{}
  • Type: interface{}

EnableHtOptional

EnableHt interface{}
  • Type: interface{}

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}