RosManagedPrometheusProps
Properties for defining a RosManagedPrometheus
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-managedprometheus
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosManagedPrometheusProps {
object ClusterType,
object SecurityGroupId,
object VpcId,
object VSwitchId,
object ClusterId = null,
object ClusterName = null,
object GrafanaInstanceId = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterType |
object |
No description. |
SecurityGroupId |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ClusterId |
object |
No description. |
ClusterName |
object |
No description. |
GrafanaInstanceId |
object |
No description. |
ClusterType
Required
public object ClusterType { get; set; }
- Type: object
SecurityGroupId
Required
public object SecurityGroupId { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
ClusterId
Optional
public object ClusterId { get; set; }
- Type: object
ClusterName
Optional
public object ClusterName { get; set; }
- Type: object
GrafanaInstanceId
Optional
public object GrafanaInstanceId { get; set; }
- Type: object