public class DescribeHighDefinitionMonitorLogAttributeResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the instance whose fine-grained monitoring configurations you want to query.
|
String |
instanceType
The type of instance for which you want to query fine-grained monitoring.
|
String |
logProject
The name of the project.
|
String |
logStore
The name of the Logstore.
|
String |
requestId
The request ID.
|
String |
success
Indicates whether the operation is performed.
|
构造器和说明 |
---|
DescribeHighDefinitionMonitorLogAttributeResponseBody() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance whose fine-grained monitoring configurations you want to query.
example:eip-wz9fi6qboho9fwgx7****
@NameInMap(value="InstanceType") public String instanceType
The type of instance for which you want to query fine-grained monitoring. Only EIP may be returned.
example:EIP
@NameInMap(value="LogProject") public String logProject
The name of the project.
example:hdmonitor-cn-shenzhen-1658206966225390
@NameInMap(value="LogStore") public String logStore
The name of the Logstore.
example:hdmonitor
@NameInMap(value="RequestId") public String requestId
The request ID.
example:54B48E3D-DF70-471B-AA93-08E683A1B457
@NameInMap(value="Success") public String success
Indicates whether the operation is performed. Valid values:
true
public DescribeHighDefinitionMonitorLogAttributeResponseBody()
public static DescribeHighDefinitionMonitorLogAttributeResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeHighDefinitionMonitorLogAttributeResponseBody setInstanceId(String instanceId)
public String getInstanceId()
public DescribeHighDefinitionMonitorLogAttributeResponseBody setInstanceType(String instanceType)
public String getInstanceType()
public DescribeHighDefinitionMonitorLogAttributeResponseBody setLogProject(String logProject)
public String getLogProject()
public DescribeHighDefinitionMonitorLogAttributeResponseBody setLogStore(String logStore)
public String getLogStore()
public DescribeHighDefinitionMonitorLogAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeHighDefinitionMonitorLogAttributeResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2024. All rights reserved.