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. |
ClusterTypeRequired
ClusterType interface{}
- Type: interface{}
GrafanaInstanceIdRequired
GrafanaInstanceId interface{}
- Type: interface{}
PrometheusNameRequired
PrometheusName interface{}
- Type: interface{}
ClusterIdOptional
ClusterId interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
SecurityGroupIdOptional
SecurityGroupId interface{}
- Type: interface{}
SubClustersJsonOptional
SubClustersJson interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VpcIdOptional
VpcId interface{}
- Type: interface{}
VSwitchIdOptional
VSwitchId interface{}
- Type: interface{}