public class DescribeBackSourceCidrRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ipVersion
The IP version of the back-to-origin CIDR blocks.
|
String |
line
The Internet service provider (ISP) line that you want to query.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
| 构造器和说明 |
|---|
DescribeBackSourceCidrRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeBackSourceCidrRequest |
build(Map<String,?> map) |
String |
getIpVersion() |
String |
getLine() |
String |
getResourceGroupId() |
DescribeBackSourceCidrRequest |
setIpVersion(String ipVersion) |
DescribeBackSourceCidrRequest |
setLine(String line) |
DescribeBackSourceCidrRequest |
setResourceGroupId(String resourceGroupId) |
@NameInMap(value="IpVersion") public String ipVersion
The IP version of the back-to-origin CIDR blocks.
IPv4
@NameInMap(value="Line") public String line
The Internet service provider (ISP) line that you want to query.
example:coop-line-001
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:rg-acfm2pz25js****
public static DescribeBackSourceCidrRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeBackSourceCidrRequest setIpVersion(String ipVersion)
public String getIpVersion()
public DescribeBackSourceCidrRequest setLine(String line)
public String getLine()
public DescribeBackSourceCidrRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
Copyright © 2026. All rights reserved.