Package cn.ucloud.ulb.client
Interface ULBClientInterface
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
ULBClient
This client is used to call actions of **ULB** service
-
Method Summary
Modifier and TypeMethodDescriptionaddTargets(AddTargetsRequest request) AddTargets - 添加应用型负载均衡的后端服务节点allocateBackend(AllocateBackendRequest request) AllocateBackend - 添加传统型负载均衡的后端实例bindSSL(BindSSLRequest request) BindSSL - 传统型负载均衡绑定SSL证书createListener(CreateListenerRequest request) CreateListener - 创建应用型负载均衡监听器CreateLoadBalancer - 创建应用型负载均衡实例createPolicy(CreatePolicyRequest request) CreatePolicy - 传统型负载均衡创建内容转发策略createRule(CreateRuleRequest request) CreateRule - 创建应用型负载均衡的转发规则CreateSecurityPolicy - 创建安全策略createSSL(CreateSSLRequest request) CreateSSL - 创建SSL证书createULB(CreateULBRequest request) CreateULB - 创建传统型负载均衡负载均衡createVServer(CreateVServerRequest request) CreateVServer - 创建CLB的VServerdeleteListener(DeleteListenerRequest request) DeleteListener - 删除应用型负载均衡监听器DeleteLoadBalancer - 删除应用型负载均衡实例deletePolicy(DeletePolicyRequest request) DeletePolicy - 删除传统型负载均衡的内容转发策略deleteRule(DeleteRuleRequest request) DeleteRule - 删除应用型负载均衡的转发规则DeleteSecurityPolicy - 删除安全策略deleteSSL(DeleteSSLRequest request) DeleteSSL - 删除SSL证书deleteULB(DeleteULBRequest request) DeleteULB - 删除传统型负载均衡deleteVServer(DeleteVServerRequest request) DeleteVServer - 删除CLB的VServerDescribeListeners - 描述应用型负载均衡监听器DescribeLoadBalancers - 描述应用型负载均衡实例describeRules(DescribeRulesRequest request) DescribeRules - 描述应用型负载均衡转发规则DescribeSecurityPolicies - 获取安全策略的信息DescribeSecurityPoliciesV2 - 获取安全策略的信息describeSSL(DescribeSSLRequest request) DescribeSSL - 获取SSL证书信息describeSSLV2(DescribeSSLV2Request request) DescribeSSLV2 - 获取SSL证书信息DescribeSupportCiphers - 描述支持的加密套件describeULB(DescribeULBRequest request) DescribeULB - 获取传统型负载均衡信息DescribeULBSimple - 获取传统型负载均衡信息describeVServer(DescribeVServerRequest request) DescribeVServer - 获取CLB下的VServer信息releaseBackend(ReleaseBackendRequest request) ReleaseBackend - 释放传统型负载均衡的后端实例removeTargets(RemoveTargetsRequest request) RemoveTargets - 删除应用型负载均衡的后端服务节点UnBindSecurityPolicy - 解绑安全策略unbindSSL(UnbindSSLRequest request) UnbindSSL - 传统型负载均衡解绑SSL证书UpdateBackendAttribute - 更新传统型负载均衡的后端实例属性UpdateBackendBatch - 批量更新后端实例属性UpdateListenerAttribute - 更新应用型负载均衡监听器属性UpdateLoadBalancerAttribute - 更新应用型负载均衡实例属性updatePolicy(UpdatePolicyRequest request) UpdatePolicy - 更新传统型负载均衡内容转发规则UpdateRuleAttribute - 更新应用型负载均衡的转发规则属性UpdateSecurityPolicy - 更新安全策略UpdateSSLAttribute - 更新SSL属性updateSSLBinding(UpdateSSLBindingRequest request) UpdateSSLBinding - 更换证书绑定关系UpdateTargetsAttribute - 更新应用型负载均衡的后端服务节点属性UpdateULBAttribute - 更新传统型负载均衡属性UpdateVServerAttribute - 更新传统型负载均衡VServer属性
-
Method Details
-
addTargets
AddTargets - 添加应用型负载均衡的后端服务节点- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
allocateBackend
AllocateBackend - 添加传统型负载均衡的后端实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
bindSSL
BindSSL - 传统型负载均衡绑定SSL证书- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createListener
CreateListener - 创建应用型负载均衡监听器- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createLoadBalancer
CreateLoadBalancerResponse createLoadBalancer(CreateLoadBalancerRequest request) throws UCloudException CreateLoadBalancer - 创建应用型负载均衡实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createPolicy
CreatePolicy - 传统型负载均衡创建内容转发策略- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createRule
CreateRule - 创建应用型负载均衡的转发规则- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createSSL
CreateSSL - 创建SSL证书- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createSecurityPolicy
CreateSecurityPolicyResponse createSecurityPolicy(CreateSecurityPolicyRequest request) throws UCloudException CreateSecurityPolicy - 创建安全策略- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createULB
CreateULB - 创建传统型负载均衡负载均衡- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createVServer
CreateVServer - 创建CLB的VServer- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteListener
DeleteListener - 删除应用型负载均衡监听器- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteLoadBalancer
DeleteLoadBalancerResponse deleteLoadBalancer(DeleteLoadBalancerRequest request) throws UCloudException DeleteLoadBalancer - 删除应用型负载均衡实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deletePolicy
DeletePolicy - 删除传统型负载均衡的内容转发策略- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteRule
DeleteRule - 删除应用型负载均衡的转发规则- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteSSL
DeleteSSL - 删除SSL证书- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteSecurityPolicy
DeleteSecurityPolicyResponse deleteSecurityPolicy(DeleteSecurityPolicyRequest request) throws UCloudException DeleteSecurityPolicy - 删除安全策略- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteULB
DeleteULB - 删除传统型负载均衡- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteVServer
DeleteVServer - 删除CLB的VServer- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeListeners
DescribeListenersResponse describeListeners(DescribeListenersRequest request) throws UCloudException DescribeListeners - 描述应用型负载均衡监听器- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeLoadBalancers
DescribeLoadBalancersResponse describeLoadBalancers(DescribeLoadBalancersRequest request) throws UCloudException DescribeLoadBalancers - 描述应用型负载均衡实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeRules
DescribeRules - 描述应用型负载均衡转发规则- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeSSL
DescribeSSL - 获取SSL证书信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeSSLV2
DescribeSSLV2 - 获取SSL证书信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeSecurityPolicies
DescribeSecurityPoliciesResponse describeSecurityPolicies(DescribeSecurityPoliciesRequest request) throws UCloudException DescribeSecurityPolicies - 获取安全策略的信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeSecurityPoliciesV2
DescribeSecurityPoliciesV2Response describeSecurityPoliciesV2(DescribeSecurityPoliciesV2Request request) throws UCloudException DescribeSecurityPoliciesV2 - 获取安全策略的信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeSupportCiphers
DescribeSupportCiphersResponse describeSupportCiphers(DescribeSupportCiphersRequest request) throws UCloudException DescribeSupportCiphers - 描述支持的加密套件- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeULB
DescribeULB - 获取传统型负载均衡信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeULBSimple
DescribeULBSimpleResponse describeULBSimple(DescribeULBSimpleRequest request) throws UCloudException DescribeULBSimple - 获取传统型负载均衡信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeVServer
DescribeVServer - 获取CLB下的VServer信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
releaseBackend
ReleaseBackend - 释放传统型负载均衡的后端实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
removeTargets
RemoveTargets - 删除应用型负载均衡的后端服务节点- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
unBindSecurityPolicy
UnBindSecurityPolicyResponse unBindSecurityPolicy(UnBindSecurityPolicyRequest request) throws UCloudException UnBindSecurityPolicy - 解绑安全策略- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
unbindSSL
UnbindSSL - 传统型负载均衡解绑SSL证书- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateBackendAttribute
UpdateBackendAttributeResponse updateBackendAttribute(UpdateBackendAttributeRequest request) throws UCloudException UpdateBackendAttribute - 更新传统型负载均衡的后端实例属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateBackendBatch
UpdateBackendBatchResponse updateBackendBatch(UpdateBackendBatchRequest request) throws UCloudException UpdateBackendBatch - 批量更新后端实例属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateListenerAttribute
UpdateListenerAttributeResponse updateListenerAttribute(UpdateListenerAttributeRequest request) throws UCloudException UpdateListenerAttribute - 更新应用型负载均衡监听器属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateLoadBalancerAttribute
UpdateLoadBalancerAttributeResponse updateLoadBalancerAttribute(UpdateLoadBalancerAttributeRequest request) throws UCloudException UpdateLoadBalancerAttribute - 更新应用型负载均衡实例属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updatePolicy
UpdatePolicy - 更新传统型负载均衡内容转发规则- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateRuleAttribute
UpdateRuleAttributeResponse updateRuleAttribute(UpdateRuleAttributeRequest request) throws UCloudException UpdateRuleAttribute - 更新应用型负载均衡的转发规则属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateSSLAttribute
UpdateSSLAttributeResponse updateSSLAttribute(UpdateSSLAttributeRequest request) throws UCloudException UpdateSSLAttribute - 更新SSL属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateSSLBinding
UpdateSSLBinding - 更换证书绑定关系- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateSecurityPolicy
UpdateSecurityPolicyResponse updateSecurityPolicy(UpdateSecurityPolicyRequest request) throws UCloudException UpdateSecurityPolicy - 更新安全策略- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateTargetsAttribute
UpdateTargetsAttributeResponse updateTargetsAttribute(UpdateTargetsAttributeRequest request) throws UCloudException UpdateTargetsAttribute - 更新应用型负载均衡的后端服务节点属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateULBAttribute
UpdateULBAttributeResponse updateULBAttribute(UpdateULBAttributeRequest request) throws UCloudException UpdateULBAttribute - 更新传统型负载均衡属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateVServerAttribute
UpdateVServerAttributeResponse updateVServerAttribute(UpdateVServerAttributeRequest request) throws UCloudException UpdateVServerAttribute - 更新传统型负载均衡VServer属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-