public static final class DeleteGatewaySlbRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteGatewaySlbRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
DeleteGatewaySlbRequest |
build() |
DeleteGatewaySlbRequest.Builder |
deleteSlb(Boolean deleteSlb)
Specifies whether to delete the SLB instance purchased for the gateway when you delete the gateway.
|
DeleteGatewaySlbRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
DeleteGatewaySlbRequest.Builder |
id(String id)
The ID of the association record.
|
DeleteGatewaySlbRequest.Builder |
slbId(String slbId)
The ID of the SLB instance that needs to be deleted.
|
public DeleteGatewaySlbRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public DeleteGatewaySlbRequest.Builder deleteSlb(Boolean deleteSlb)
Specifies whether to delete the SLB instance purchased for the gateway when you delete the gateway.
example:true
public DeleteGatewaySlbRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-c9bc5afd61014165bd58f621b491****
public DeleteGatewaySlbRequest.Builder id(String id)
The ID of the association record.
example:395
public DeleteGatewaySlbRequest.Builder slbId(String slbId)
The ID of the SLB instance that needs to be deleted.
example:lb-uf6duug6s13x4abc8****
public DeleteGatewaySlbRequest build()
Copyright © 2026. All rights reserved.