public class DescribeInstanceStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
instanceId
The ID of the Anti-DDoS Proxy instance to query.
|
Integer |
productType
The type of the Anti-DDoS Proxy instance to query.
|
| 构造器和说明 |
|---|
DescribeInstanceStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeInstanceStatusRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
Integer |
getProductType() |
DescribeInstanceStatusRequest |
setInstanceId(String instanceId) |
DescribeInstanceStatusRequest |
setProductType(Integer productType) |
@NameInMap(value="InstanceId") public String instanceId
The ID of the Anti-DDoS Proxy instance to query.
You can call the DescribeInstanceIds operation to query the IDs of all Anti-DDoS Proxy (Chinese Mainland) or Anti-DDoS Proxy (Outside Chinese Mainland) instances.
This parameter is required.
example:ddoscoo-cn-6ja1y6p5****
@NameInMap(value="ProductType") public Integer productType
The type of the Anti-DDoS Proxy instance to query. Valid values:
This parameter is required.
example:1
public static DescribeInstanceStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeInstanceStatusRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInstanceStatusRequest setProductType(Integer productType)
public Integer getProductType()
Copyright © 2026. All rights reserved.