Skip to content

RosClustersProps

Properties for defining a RosClusters.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new RosClustersProps {
    object LogicalRegionId = null,
    object RefreshOptions = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
LogicalRegionId object No description.
RefreshOptions object No description.
ResourceGroupId object No description.

LogicalRegionIdOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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