public class SetHighDefinitionMonitorLogStatusRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the instance for which you want to configure fine-grained monitoring.
|
String |
instanceType
The instance type.
|
String |
logProject
The name of the Simple Log Service (SLS) project.
|
String |
logStore
The name of the Logstore.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
status
The status of fine-grained monitoring.
|
构造器和说明 |
---|
SetHighDefinitionMonitorLogStatusRequest() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance for which you want to configure fine-grained monitoring.
This parameter is required.
example:eip-wz9fi6qboho9fwgx7****
@NameInMap(value="InstanceType") public String instanceType
The instance type. Set the value to EIP.
example:EIP
@NameInMap(value="LogProject") public String logProject
The name of the Simple Log Service (SLS) project.
This parameter is required.
example:hdmonitor-cn-shenzhen
@NameInMap(value="LogStore") public String logStore
The name of the Logstore.
This parameter is required.
example:hdmonitor
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the instance.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Status") public String status
The status of fine-grained monitoring. Valid values:
This parameter is required.
example:ON
public static SetHighDefinitionMonitorLogStatusRequest build(Map<String,?> map) throws Exception
Exception
public SetHighDefinitionMonitorLogStatusRequest setInstanceId(String instanceId)
public String getInstanceId()
public SetHighDefinitionMonitorLogStatusRequest setInstanceType(String instanceType)
public String getInstanceType()
public SetHighDefinitionMonitorLogStatusRequest setLogProject(String logProject)
public String getLogProject()
public SetHighDefinitionMonitorLogStatusRequest setLogStore(String logStore)
public String getLogStore()
public SetHighDefinitionMonitorLogStatusRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public SetHighDefinitionMonitorLogStatusRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public SetHighDefinitionMonitorLogStatusRequest setRegionId(String regionId)
public String getRegionId()
public SetHighDefinitionMonitorLogStatusRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public SetHighDefinitionMonitorLogStatusRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public SetHighDefinitionMonitorLogStatusRequest setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.