Skip to content

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.

ClusterTypeRequired

public object ClusterType { get; set; }
  • Type: object

SecurityGroupIdRequired

public object SecurityGroupId { get; set; }
  • Type: object

VpcIdRequired

public object VpcId { get; set; }
  • Type: object

VSwitchIdRequired

public object VSwitchId { get; set; }
  • Type: object

ClusterIdOptional

public object ClusterId { get; set; }
  • Type: object

ClusterNameOptional

public object ClusterName { get; set; }
  • Type: object

GrafanaInstanceIdOptional

public object GrafanaInstanceId { get; set; }
  • Type: object