public class DeleteDomainAcceleratorRelationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
acceleratorIds
The ID of the GA instance to be disassociated.
|
String |
domain
The domain name to be disassociated.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
| 构造器和说明 |
|---|
DeleteDomainAcceleratorRelationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteDomainAcceleratorRelationRequest |
build(Map<String,?> map) |
List<String> |
getAcceleratorIds() |
String |
getDomain() |
String |
getRegionId() |
DeleteDomainAcceleratorRelationRequest |
setAcceleratorIds(List<String> acceleratorIds) |
DeleteDomainAcceleratorRelationRequest |
setDomain(String domain) |
DeleteDomainAcceleratorRelationRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorIds") public List<String> acceleratorIds
The ID of the GA instance to be disassociated. You can enter up to 50 IDs.
If you do not set this parameter, all GA instances associated with the specified domain name are disassociated.
@NameInMap(value="Domain") public String domain
The domain name to be disassociated.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
public static DeleteDomainAcceleratorRelationRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteDomainAcceleratorRelationRequest setAcceleratorIds(List<String> acceleratorIds)
public DeleteDomainAcceleratorRelationRequest setDomain(String domain)
public String getDomain()
public DeleteDomainAcceleratorRelationRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.