Cluster2Props
Properties for defining a Cluster2
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-emr-cluster2
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new Cluster2Props {
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 |
Property clusterIds: The list of emr cluster id. |
ClusterName |
object |
Property clusterName: The name of cluster. |
ClusterStates |
object |
Property clusterStates: The list of emr cluster state. |
ClusterType |
object |
Property clusterType: The list of emr cluster type. |
PaymentTypes |
object |
Property paymentTypes: The payment type of emr cluster. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
object |
Property resourceGroupId: The resource group id of emr cluster. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Emr.datasource.RosCluster2.TagsProperty[] |
Property tags: Tags of emr cluster. |
ClusterIds
Optional
public object ClusterIds { get; set; }
- Type: object
Property clusterIds: The list of emr cluster id.
ClusterName
Optional
public object ClusterName { get; set; }
- Type: object
Property clusterName: The name of cluster.
ClusterStates
Optional
public object ClusterStates { get; set; }
- Type: object
Property clusterStates: The list of emr cluster state.
ClusterType
Optional
public object ClusterType { get; set; }
- Type: object
Property clusterType: The list of emr cluster type.
PaymentTypes
Optional
public object PaymentTypes { get; set; }
- Type: object
Property paymentTypes: The payment type of emr cluster.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The resource group id of emr cluster.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Emr.datasource.RosCluster2.TagsProperty[]
Property tags: Tags of emr cluster.