RosCluster2Props
Properties for defining a RosCluster2
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-emr-cluster2
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new RosCluster2Props {
object ClusterIds = null,
object ClusterName = null,
object ClusterStates = null,
object ClusterType = null,
object PaymentTypes = null,
object RefreshOptions = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterIds |
object |
No description. |
ClusterName |
object |
No description. |
ClusterStates |
object |
No description. |
ClusterType |
object |
No description. |
PaymentTypes |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Emr.datasource.RosCluster2.TagsProperty[] |
No description. |
ClusterIds
Optional
public object ClusterIds { get; set; }
- Type: object
ClusterName
Optional
public object ClusterName { get; set; }
- Type: object
ClusterStates
Optional
public object ClusterStates { get; set; }
- Type: object
ClusterType
Optional
public object ClusterType { get; set; }
- Type: object
PaymentTypes
Optional
public object PaymentTypes { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Emr.datasource.RosCluster2.TagsProperty[]