public class DescribeEndpointGroupRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endpointGroupId
The ID of the endpoint group that you want to query.
|
String |
regionId
The ID of the region where your Global Accelerator (GA) instance is deployed.
|
构造器和说明 |
---|
DescribeEndpointGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeEndpointGroupRequest |
build(Map<String,?> map) |
String |
getEndpointGroupId() |
String |
getRegionId() |
DescribeEndpointGroupRequest |
setEndpointGroupId(String endpointGroupId) |
DescribeEndpointGroupRequest |
setRegionId(String regionId) |
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group that you want to query.
@NameInMap(value="RegionId") public String regionId
The ID of the region where your Global Accelerator (GA) instance is deployed. Set the value to **cn-hangzhou**.
public static DescribeEndpointGroupRequest build(Map<String,?> map) throws Exception
Exception
public DescribeEndpointGroupRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public DescribeEndpointGroupRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.