Skip to content

RosClusterProps

Properties for defining a RosCluster.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Emr;
new RosClusterProps {
    object ChargeType,
    object ClusterType,
    object EmrVer,
    object HostGroup,
    object Name,
    object NetType,
    object UseLocalMetaDb,
    object ZoneId,
    object AuthorizeContent = null,
    object AutoRenew = null,
    object BootstrapAction = null,
    object ClickHouseConf = null,
    object Config = null,
    object Configurations = null,
    object DepositType = null,
    object EasEnable = null,
    object HighAvailabilityEnable = null,
    object InitCustomHiveMetaDb = null,
    object InstanceGeneration = null,
    object IoOptimized = null,
    object IsOpenPublicIp = null,
    object KeyPairName = null,
    object LogPath = null,
    object MachineType = null,
    object MasterPwd = null,
    object MetaStoreConf = null,
    object MetaStoreType = null,
    object OptionSoftWareList = null,
    object Period = null,
    object RelatedClusterId = null,
    object ResourceGroupId = null,
    object SecurityGroupId = null,
    object SecurityGroupName = null,
    object SshEnable = null,
    TagsProperty[] Tags = null,
    object UseCustomHiveMetaDb = null,
    object UserDefinedEmrEcsRole = null,
    object UserInfo = null,
    object VpcId = null,
    object VSwitchId = null,
    object WhiteListType = null
};

Properties

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

ChargeTypeRequired

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

ClusterTypeRequired

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

EmrVerRequired

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

HostGroupRequired

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

NameRequired

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

NetTypeRequired

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

UseLocalMetaDbRequired

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

ZoneIdRequired

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

AuthorizeContentOptional

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

AutoRenewOptional

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

BootstrapActionOptional

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

ClickHouseConfOptional

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

ConfigOptional

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

ConfigurationsOptional

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

DepositTypeOptional

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

EasEnableOptional

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

HighAvailabilityEnableOptional

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

InitCustomHiveMetaDbOptional

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

InstanceGenerationOptional

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

IoOptimizedOptional

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

IsOpenPublicIpOptional

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

KeyPairNameOptional

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

LogPathOptional

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

MachineTypeOptional

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

MasterPwdOptional

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

MetaStoreConfOptional

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

MetaStoreTypeOptional

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

OptionSoftWareListOptional

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

PeriodOptional

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

RelatedClusterIdOptional

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

ResourceGroupIdOptional

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

SecurityGroupIdOptional

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

SecurityGroupNameOptional

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

SshEnableOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

UseCustomHiveMetaDbOptional

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

UserDefinedEmrEcsRoleOptional

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

UserInfoOptional

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

VpcIdOptional

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

VSwitchIdOptional

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

WhiteListTypeOptional

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