public class OpenArmsServiceSecondVersionRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
OpenArmsServiceSecondVersionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OpenArmsServiceSecondVersionRequest |
build(Map<String,?> map) |
String |
getRegionId() |
String |
getType() |
OpenArmsServiceSecondVersionRequest |
setRegionId(String regionId) |
OpenArmsServiceSecondVersionRequest |
setType(String type) |
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="Type") public String type
The type of the service. Valid values:
arms: ARMSarms_app: Application Monitoringarms_web: Browser Monitoringprometheus_monitor: Managed Service for Prometheussynthetic_post: Synthetic MonitoringThis parameter is required.
example:arms
public static OpenArmsServiceSecondVersionRequest build(Map<String,?> map) throws Exception
Exceptionpublic OpenArmsServiceSecondVersionRequest setRegionId(String regionId)
public String getRegionId()
public OpenArmsServiceSecondVersionRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.