MonitoringAgentProcessProps
Properties for defining a MonitoringAgentProcess
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitoringagentprocess
Initializer
import com.aliyun.ros.cdk.cms.MonitoringAgentProcessProps;
MonitoringAgentProcessProps.builder()
.instanceId(java.lang.String)
.instanceId(IResolvable)
// .processName(java.lang.String)
// .processName(IResolvable)
// .processUser(java.lang.String)
// .processUser(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
instanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceId: The ID of the instance. |
processName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property processName: The name of the process. |
processUser |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property processUser: The user who launched the process. |
instanceId
Required
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceId: The ID of the instance.
processName
Optional
public java.lang.Object getProcessName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property processName: The name of the process.
processUser
Optional
public java.lang.Object getProcessUser();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property processUser: The user who launched the process.