RosPrometheusProps
Properties for defining a RosPrometheus.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-prometheus
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosPrometheusProps {
object ClusterType,
object GrafanaInstanceId,
object PrometheusName,
object ClusterId = null,
object ResourceGroupId = null,
object SecurityGroupId = null,
object SubClustersJson = null,
TagsProperty[] Tags = null,
object VpcId = null,
object VSwitchId = null
};
Properties
| Name | Type | Description |
|---|---|---|
ClusterType |
object |
No description. |
GrafanaInstanceId |
object |
No description. |
PrometheusName |
object |
No description. |
ClusterId |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityGroupId |
object |
No description. |
SubClustersJson |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ClusterTypeRequired
public object ClusterType { get; set; }
- Type: object
GrafanaInstanceIdRequired
public object GrafanaInstanceId { get; set; }
- Type: object
PrometheusNameRequired
public object PrometheusName { get; set; }
- Type: object
ClusterIdOptional
public object ClusterId { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupIdOptional
public object SecurityGroupId { get; set; }
- Type: object
SubClustersJsonOptional
public object SubClustersJson { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object