Skip to content

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.

ClusterIdsOptional

public object ClusterIds { get; set; }
  • Type: object

ClusterNameOptional

public object ClusterName { get; set; }
  • Type: object

ClusterStatesOptional

public object ClusterStates { get; set; }
  • Type: object

ClusterTypeOptional

public object ClusterType { get; set; }
  • Type: object

PaymentTypesOptional

public object PaymentTypes { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Emr.datasource.RosCluster2.TagsProperty[]