Skip to content

RosClustersProps

Properties for defining a RosClusters.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mse-clusters

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mse;
new RosClustersProps {
    object ClusterAliasName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
ClusterAliasName object No description.
RefreshOptions object No description.

ClusterAliasNameOptional

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

RefreshOptionsOptional

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