| Package | Description |
|---|---|
| com.baidubce.services.blb | |
| com.baidubce.services.blb.model |
| Modifier and Type | Method and Description |
|---|---|
AppSgResponse |
AppBlbClient.createAppServerGroup(AppSgRequest appSgRequest)
Create an appServerGroup with the specified options.
|
void |
AppBlbClient.createBlbRs(AppSgRequest appSgRequest)
Add backend servers to the specified blb appServerGroup.
|
void |
AppBlbClient.deleteAppServerGroup(AppSgRequest appSgRequest)
Delete the special appServerGroup.
|
void |
AppBlbClient.modifyAppServerGroupAttributes(AppSgRequest appSgRequest)
Modifying the special attribute to new appServerGroup.
|
void |
AppBlbClient.modifyBlbRs(AppSgRequest appSgRequest)
Modifying the special backend servers of the specified blb appServerGroup.
|
| Modifier and Type | Method and Description |
|---|---|
AppSgRequest |
AppSgRequest.withBackendServerList(List<AppBackendServer> backendServerList) |
AppSgRequest |
AppSgRequest.withBlbId(String blbId) |
AppSgRequest |
AppSgRequest.withDesc(String desc) |
AppSgRequest |
AppSgRequest.withName(String name) |
AppSgRequest |
AppSgRequest.withRequestCredentials(BceCredentials credentials) |
AppSgRequest |
AppSgRequest.withSgId(String sgId) |
Copyright © 2024. All rights reserved.