public class DescribeBackSourceCidrResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
cidrs
An array that consists of the back-to-origin CIDR blocks of the instance.
|
String |
requestId
The ID of the request, which is used to locate and troubleshoot issues.
|
| 构造器和说明 |
|---|
DescribeBackSourceCidrResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeBackSourceCidrResponseBody |
build(Map<String,?> map) |
List<String> |
getCidrs() |
String |
getRequestId() |
DescribeBackSourceCidrResponseBody |
setCidrs(List<String> cidrs) |
DescribeBackSourceCidrResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Cidrs") public List<String> cidrs
An array that consists of the back-to-origin CIDR blocks of the instance.
@NameInMap(value="RequestId") public String requestId
The ID of the request, which is used to locate and troubleshoot issues.
example:0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
public static DescribeBackSourceCidrResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeBackSourceCidrResponseBody setCidrs(List<String> cidrs)
public DescribeBackSourceCidrResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2026. All rights reserved.