RosCluster2Props
Properties for defining a RosCluster2.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-cluster2
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new RosCluster2Props {
object Applications,
object ClusterName,
object ClusterType,
object NodeAttributes,
object NodeGroups,
object ReleaseVersion,
object ApplicationConfigs = null,
object BootstrapScripts = null,
object DeployMode = null,
object PaymentType = null,
object ResourceGroupId = null,
object SecurityMode = null,
object SubscriptionConfig = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
Applications |
object |
No description. |
ClusterName |
object |
No description. |
ClusterType |
object |
No description. |
NodeAttributes |
object |
No description. |
NodeGroups |
object |
No description. |
ReleaseVersion |
object |
No description. |
ApplicationConfigs |
object |
No description. |
BootstrapScripts |
object |
No description. |
DeployMode |
object |
No description. |
PaymentType |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityMode |
object |
No description. |
SubscriptionConfig |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
ApplicationsRequired
public object Applications { get; set; }
- Type: object
ClusterNameRequired
public object ClusterName { get; set; }
- Type: object
ClusterTypeRequired
public object ClusterType { get; set; }
- Type: object
NodeAttributesRequired
public object NodeAttributes { get; set; }
- Type: object
NodeGroupsRequired
public object NodeGroups { get; set; }
- Type: object
ReleaseVersionRequired
public object ReleaseVersion { get; set; }
- Type: object
ApplicationConfigsOptional
public object ApplicationConfigs { get; set; }
- Type: object
BootstrapScriptsOptional
public object BootstrapScripts { get; set; }
- Type: object
DeployModeOptional
public object DeployMode { get; set; }
- Type: object
PaymentTypeOptional
public object PaymentType { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SecurityModeOptional
public object SecurityMode { get; set; }
- Type: object
SubscriptionConfigOptional
public object SubscriptionConfig { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]