RosPrometheusUrlProps
Properties for defining a RosPrometheusUrl
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-arms-prometheusurl
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosPrometheusUrlProps {
object ClusterId = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterId |
object |
No description. |
RefreshOptions |
object |
No description. |
ClusterId
Optional
public object ClusterId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object