RosPrometheusProps
Properties for defining a RosPrometheus
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-prometheus
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms"
&alicloudroscdkarms.RosPrometheusProps {
ClusterType: interface{},
GrafanaInstanceId: interface{},
PrometheusName: interface{},
ClusterId: interface{},
ResourceGroupId: interface{},
SecurityGroupId: interface{},
SubClustersJson: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms.RosPrometheus.TagsProperty,
VpcId: interface{},
VSwitchId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ClusterType |
interface{} |
No description. |
GrafanaInstanceId |
interface{} |
No description. |
PrometheusName |
interface{} |
No description. |
ClusterId |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
SecurityGroupId |
interface{} |
No description. |
SubClustersJson |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
VpcId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
ClusterType
Required
ClusterType interface{}
- Type: interface{}
GrafanaInstanceId
Required
GrafanaInstanceId interface{}
- Type: interface{}
PrometheusName
Required
PrometheusName interface{}
- Type: interface{}
ClusterId
Optional
ClusterId interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
SecurityGroupId
Optional
SecurityGroupId interface{}
- Type: interface{}
SubClustersJson
Optional
SubClustersJson interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VpcId
Optional
VpcId interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}