public static final class UnbindSlbRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UnbindSlbRequest.Builder |
appId(String appId)
The ID of the application.
|
UnbindSlbRequest |
build() |
UnbindSlbRequest.Builder |
deleteListener(String deleteListener)
Specifies whether to remove the configured listeners.
|
UnbindSlbRequest.Builder |
slbId(String slbId)
The ID of the SLB instance.
|
UnbindSlbRequest.Builder |
type(String type)
The network type of the SLB instance.
|
public UnbindSlbRequest.Builder appId(String appId)
public UnbindSlbRequest.Builder deleteListener(String deleteListener)
* true: removes the configured listeners. * false: does not remove the configured listeners.
public UnbindSlbRequest.Builder slbId(String slbId)
public UnbindSlbRequest.Builder type(String type)
* **internet**: Internet-facing SLB instance * **intranet**: internal-facing SLB instance
public UnbindSlbRequest build()
Copyright © 2023. All rights reserved.