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. |
Force
Optional
public object Force { get; set; }
- Type: object
InstallCommand
Optional
public object InstallCommand { get; set; }
- Type: object
InstanceIds
Optional
public object InstanceIds { get; set; }
- Type: object