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