类的使用
com.baidubce.services.blb.model.AppBackendServer
-
使用AppBackendServer的程序包 程序包 说明 com.baidubce.services.blb com.baidubce.services.blb.model -
-
com.baidubce.services.blb中AppBackendServer的使用
返回变量类型为AppBackendServer的类型的com.baidubce.services.blb中的方法 修饰符和类型 方法 说明 List<AppBackendServer>AppBlbClient. listBlbRsMount(ListAppRsRequest listAppRsRequest)Return a list of backend server of the specified blb appServerGroupList<AppBackendServer>AppBlbClient. listBlbRsMount(String blbId, String sgId)Return a list of backend server of the specified blb appServerGroup.List<AppBackendServer>AppBlbClient. listBlbRsUnMount(ListAppRsRequest listAppRsRequest)Return a list of backend server of the specified blb appServerGroupList<AppBackendServer>AppBlbClient. listBlbRsUnMount(String blbId, String sgId)Return a list of backend server of the specified blb appServerGroup.类型变量类型为AppBackendServer的com.baidubce.services.blb中的方法参数 修饰符和类型 方法 说明 AppSgResponseAppBlbClient. createAppServerGroup(String blbId, String name, String desc, List<AppBackendServer> backendServerList)Create an appServerGroup with the specified options.voidAppBlbClient. createBlbRs(String blbId, String sgId, List<AppBackendServer> backendServerList)Add backend servers to the specified blb appServerGroup.voidAppBlbClient. modifyBlbRs(String blbId, String sgId, List<AppBackendServer> backendServerList)Modifying the special backend servers of the specified blb appServerGroup. -
com.baidubce.services.blb.model中AppBackendServer的使用
返回变量类型为AppBackendServer的类型的com.baidubce.services.blb.model中的方法 修饰符和类型 方法 说明 List<AppBackendServer>AppSgRequest. getBackendServerList()List<AppBackendServer>ListAppRsResponse. getBackendServerList()类型变量类型为AppBackendServer的com.baidubce.services.blb.model中的方法参数 修饰符和类型 方法 说明 voidAppSgRequest. setBackendServerList(List<AppBackendServer> backendServerList)voidListAppRsResponse. setBackendServerList(List<AppBackendServer> backendServerList)AppSgRequestAppSgRequest. withBackendServerList(List<AppBackendServer> backendServerList)
-