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. |
ChargeType
Required
public object ChargeType { get; set; }
- Type: object
ClusterType
Required
public object ClusterType { get; set; }
- Type: object
EmrVer
Required
public object EmrVer { get; set; }
- Type: object
HostGroup
Required
public object HostGroup { get; set; }
- Type: object
Name
Required
public object Name { get; set; }
- Type: object
NetType
Required
public object NetType { get; set; }
- Type: object
UseLocalMetaDb
Required
public object UseLocalMetaDb { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
AuthorizeContent
Optional
public object AuthorizeContent { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
BootstrapAction
Optional
public object BootstrapAction { get; set; }
- Type: object
ClickHouseConf
Optional
public object ClickHouseConf { get; set; }
- Type: object
Config
Optional
public object Config { get; set; }
- Type: object
Configurations
Optional
public object Configurations { get; set; }
- Type: object
DepositType
Optional
public object DepositType { get; set; }
- Type: object
EasEnable
Optional
public object EasEnable { get; set; }
- Type: object
HighAvailabilityEnable
Optional
public object HighAvailabilityEnable { get; set; }
- Type: object
InitCustomHiveMetaDb
Optional
public object InitCustomHiveMetaDb { get; set; }
- Type: object
InstanceGeneration
Optional
public object InstanceGeneration { get; set; }
- Type: object
IoOptimized
Optional
public object IoOptimized { get; set; }
- Type: object
IsOpenPublicIp
Optional
public object IsOpenPublicIp { get; set; }
- Type: object
KeyPairName
Optional
public object KeyPairName { get; set; }
- Type: object
LogPath
Optional
public object LogPath { get; set; }
- Type: object
MachineType
Optional
public object MachineType { get; set; }
- Type: object
MasterPwd
Optional
public object MasterPwd { get; set; }
- Type: object
MetaStoreConf
Optional
public object MetaStoreConf { get; set; }
- Type: object
MetaStoreType
Optional
public object MetaStoreType { get; set; }
- Type: object
OptionSoftWareList
Optional
public object OptionSoftWareList { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
RelatedClusterId
Optional
public object RelatedClusterId { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
SecurityGroupName
Optional
public object SecurityGroupName { get; set; }
- Type: object
SshEnable
Optional
public object SshEnable { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
UseCustomHiveMetaDb
Optional
public object UseCustomHiveMetaDb { get; set; }
- Type: object
UserDefinedEmrEcsRole
Optional
public object UserDefinedEmrEcsRole { get; set; }
- Type: object
UserInfo
Optional
public object UserInfo { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
WhiteListType
Optional
public object WhiteListType { get; set; }
- Type: object