RosMonitoringAgentProps
Properties for defining a RosMonitoringAgent.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitoringagent
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosMonitoringAgentProps {
object Force = null,
object InstallCommand = null,
object InstanceIds = null
};
Properties
| Name | Type | Description |
|---|---|---|
Force |
object |
No description. |
InstallCommand |
object |
No description. |
InstanceIds |
object |
No description. |
ForceOptional
public object Force { get; set; }
- Type: object
InstallCommandOptional
public object InstallCommand { get; set; }
- Type: object
InstanceIdsOptional
public object InstanceIds { get; set; }
- Type: object