public static final class UnbindSlbRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UnbindSlbRequest.Builder |
appId(String appId)
The ID of the application.
|
UnbindSlbRequest |
build() |
UnbindSlbRequest.Builder |
internet(Boolean internet)
Specifies whether to disassociate the Internet-facing SLB instance.
|
UnbindSlbRequest.Builder |
intranet(Boolean intranet)
Specifies whether to disassociate the internal-facing SLB instance.
|
public UnbindSlbRequest.Builder appId(String appId)
The ID of the application.
This parameter is required.
example:0099b7be-5f5b-4512-a7fc-56049ef1****
public UnbindSlbRequest.Builder internet(Boolean internet)
Specifies whether to disassociate the Internet-facing SLB instance. Valid values:
true
public UnbindSlbRequest.Builder intranet(Boolean intranet)
Specifies whether to disassociate the internal-facing SLB instance. Valid values:
true
public UnbindSlbRequest build()
Copyright © 2026. All rights reserved.