Skip to content

RosClusterProps

Properties for defining a RosCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-cluster

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr"
&alicloudroscdkemr.RosClusterProps {
    ChargeType: interface{},
    ClusterType: interface{},
    EmrVer: interface{},
    HostGroup: interface{},
    Name: interface{},
    NetType: interface{},
    UseLocalMetaDb: interface{},
    ZoneId: interface{},
    AuthorizeContent: interface{},
    AutoRenew: interface{},
    BootstrapAction: interface{},
    ClickHouseConf: interface{},
    Config: interface{},
    Configurations: interface{},
    DepositType: interface{},
    EasEnable: interface{},
    HighAvailabilityEnable: interface{},
    InitCustomHiveMetaDb: interface{},
    InstanceGeneration: interface{},
    IoOptimized: interface{},
    IsOpenPublicIp: interface{},
    KeyPairName: interface{},
    LogPath: interface{},
    MachineType: interface{},
    MasterPwd: interface{},
    MetaStoreConf: interface{},
    MetaStoreType: interface{},
    OptionSoftWareList: interface{},
    Period: interface{},
    RelatedClusterId: interface{},
    ResourceGroupId: interface{},
    SecurityGroupId: interface{},
    SecurityGroupName: interface{},
    SshEnable: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr.RosCluster.TagsProperty,
    UseCustomHiveMetaDb: interface{},
    UserDefinedEmrEcsRole: interface{},
    UserInfo: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    WhiteListType: interface{},
}

Properties

Name Type Description
ChargeType interface{} No description.
ClusterType interface{} No description.
EmrVer interface{} No description.
HostGroup interface{} No description.
Name interface{} No description.
NetType interface{} No description.
UseLocalMetaDb interface{} No description.
ZoneId interface{} No description.
AuthorizeContent interface{} No description.
AutoRenew interface{} No description.
BootstrapAction interface{} No description.
ClickHouseConf interface{} No description.
Config interface{} No description.
Configurations interface{} No description.
DepositType interface{} No description.
EasEnable interface{} No description.
HighAvailabilityEnable interface{} No description.
InitCustomHiveMetaDb interface{} No description.
InstanceGeneration interface{} No description.
IoOptimized interface{} No description.
IsOpenPublicIp interface{} No description.
KeyPairName interface{} No description.
LogPath interface{} No description.
MachineType interface{} No description.
MasterPwd interface{} No description.
MetaStoreConf interface{} No description.
MetaStoreType interface{} No description.
OptionSoftWareList interface{} No description.
Period interface{} No description.
RelatedClusterId interface{} No description.
ResourceGroupId interface{} No description.
SecurityGroupId interface{} No description.
SecurityGroupName interface{} No description.
SshEnable interface{} No description.
Tags *[]TagsProperty No description.
UseCustomHiveMetaDb interface{} No description.
UserDefinedEmrEcsRole interface{} No description.
UserInfo interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
WhiteListType interface{} No description.

ChargeTypeRequired

ChargeType interface{}
  • Type: interface{}

ClusterTypeRequired

ClusterType interface{}
  • Type: interface{}

EmrVerRequired

EmrVer interface{}
  • Type: interface{}

HostGroupRequired

HostGroup interface{}
  • Type: interface{}

NameRequired

Name interface{}
  • Type: interface{}

NetTypeRequired

NetType interface{}
  • Type: interface{}

UseLocalMetaDbRequired

UseLocalMetaDb interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

AuthorizeContentOptional

AuthorizeContent interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

BootstrapActionOptional

BootstrapAction interface{}
  • Type: interface{}

ClickHouseConfOptional

ClickHouseConf interface{}
  • Type: interface{}

ConfigOptional

Config interface{}
  • Type: interface{}

ConfigurationsOptional

Configurations interface{}
  • Type: interface{}

DepositTypeOptional

DepositType interface{}
  • Type: interface{}

EasEnableOptional

EasEnable interface{}
  • Type: interface{}

HighAvailabilityEnableOptional

HighAvailabilityEnable interface{}
  • Type: interface{}

InitCustomHiveMetaDbOptional

InitCustomHiveMetaDb interface{}
  • Type: interface{}

InstanceGenerationOptional

InstanceGeneration interface{}
  • Type: interface{}

IoOptimizedOptional

IoOptimized interface{}
  • Type: interface{}

IsOpenPublicIpOptional

IsOpenPublicIp interface{}
  • Type: interface{}

KeyPairNameOptional

KeyPairName interface{}
  • Type: interface{}

LogPathOptional

LogPath interface{}
  • Type: interface{}

MachineTypeOptional

MachineType interface{}
  • Type: interface{}

MasterPwdOptional

MasterPwd interface{}
  • Type: interface{}

MetaStoreConfOptional

MetaStoreConf interface{}
  • Type: interface{}

MetaStoreTypeOptional

MetaStoreType interface{}
  • Type: interface{}

OptionSoftWareListOptional

OptionSoftWareList interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

RelatedClusterIdOptional

RelatedClusterId interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

SecurityGroupNameOptional

SecurityGroupName interface{}
  • Type: interface{}

SshEnableOptional

SshEnable interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

UseCustomHiveMetaDbOptional

UseCustomHiveMetaDb interface{}
  • Type: interface{}

UserDefinedEmrEcsRoleOptional

UserDefinedEmrEcsRole interface{}
  • Type: interface{}

UserInfoOptional

UserInfo interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

WhiteListTypeOptional

WhiteListType interface{}
  • Type: interface{}