public class DeleteLoadBalancerRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to only precheck this request.
|
String |
loadBalancerId
The ID of the NLB instance.
|
String |
regionId
The ID of the region where the NLB instance is deployed.
|
| 构造器和说明 |
|---|
DeleteLoadBalancerRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteLoadBalancerRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getLoadBalancerId() |
String |
getRegionId() |
DeleteLoadBalancerRequest |
setClientToken(String clientToken) |
DeleteLoadBalancerRequest |
setDryRun(Boolean dryRun) |
DeleteLoadBalancerRequest |
setLoadBalancerId(String loadBalancerId) |
DeleteLoadBalancerRequest |
setRegionId(String regionId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must ensure that it is unique among all requests. ClientToken can contain only ASCII characters.
> If you do not set this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to only precheck this request. Valid values:
* **true**: prechecks the request without deleting the NLB instance. The system prechecks the required parameters, request syntax, and limits. If the request fails the precheck, an error message is returned. If the request passes the precheck, the `DryRunOperation` error code is returned.
* **false** (default): sends the request. If the request passes the precheck, an HTTP 2xx status code is returned and the operation is performed.
@NameInMap(value="LoadBalancerId") public String loadBalancerId
The ID of the NLB instance.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the NLB instance is deployed.
You can call the [DescribeRegions](~~443657~~) operation to query the most recent region list.
public static DeleteLoadBalancerRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteLoadBalancerRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteLoadBalancerRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteLoadBalancerRequest setLoadBalancerId(String loadBalancerId)
public String getLoadBalancerId()
public DeleteLoadBalancerRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.