public class DescribeL7RsPolicyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website to query.
|
List<String> |
realServers
An array that consists of N addresses of origin servers to query.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
| 构造器和说明 |
|---|
DescribeL7RsPolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeL7RsPolicyRequest |
build(Map<String,?> map) |
String |
getDomain() |
List<String> |
getRealServers() |
String |
getResourceGroupId() |
DescribeL7RsPolicyRequest |
setDomain(String domain) |
DescribeL7RsPolicyRequest |
setRealServers(List<String> realServers) |
DescribeL7RsPolicyRequest |
setResourceGroupId(String resourceGroupId) |
@NameInMap(value="Domain") public String domain
The domain name of the website to query.
A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query the domain names for which forwarding rules are configured.
This parameter is required.
example:example.com
@NameInMap(value="RealServers") public List<String> realServers
An array that consists of N addresses of origin servers to query. The maximum value of N is 200. You can specify up to 200 addresses.
example:1...1
@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.
For more information about resource groups, see Create a resource group.
example:rg-acfm2pz25js****
public static DescribeL7RsPolicyRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeL7RsPolicyRequest setDomain(String domain)
public String getDomain()
public DescribeL7RsPolicyRequest setRealServers(List<String> realServers)
public DescribeL7RsPolicyRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
Copyright © 2026. All rights reserved.