| Package | Description |
|---|---|
| com.baidubce.services.blb | |
| com.baidubce.services.blb.model |
| Modifier and Type | Method and Description |
|---|---|
AppSgResponse |
AppBlbClient.createAppServerGroup(String blbId,
String name,
String desc,
List<AppBackendServer> backendServerList)
Create an appServerGroup with the specified options.
|
void |
AppBlbClient.createBlbRs(String blbId,
String sgId,
List<AppBackendServer> backendServerList)
Add backend servers to the specified blb appServerGroup.
|
void |
AppBlbClient.modifyBlbRs(String blbId,
String sgId,
List<AppBackendServer> backendServerList)
Modifying the special backend servers of the specified blb appServerGroup.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppBackendServer> |
ListAppRsMountResponse.getBackendServerList() |
List<AppBackendServer> |
AppSgRequest.getBackendServerList() |
List<AppBackendServer> |
ListAppRsResponse.getBackendServerList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppRsMountResponse.setBackendServerList(List<AppBackendServer> backendServerList) |
void |
AppSgRequest.setBackendServerList(List<AppBackendServer> backendServerList) |
void |
ListAppRsResponse.setBackendServerList(List<AppBackendServer> backendServerList) |
AppSgRequest |
AppSgRequest.withBackendServerList(List<AppBackendServer> backendServerList) |
Copyright © 2024. All rights reserved.