public class GetAclRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
aclId
The ID of the network ACL.
|
String |
regionId
The ID of the region where the Global Accelerator (GA) instance is deployed.
|
| 构造器和说明 |
|---|
GetAclRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAclRequest |
build(Map<String,?> map) |
String |
getAclId() |
String |
getRegionId() |
GetAclRequest |
setAclId(String aclId) |
GetAclRequest |
setRegionId(String regionId) |
@NameInMap(value="AclId") public String aclId
The ID of the network ACL.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to **cn-hangzhou**.
public static GetAclRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetAclRequest setAclId(String aclId)
public String getAclId()
public GetAclRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.