Package cn.ucloud.ulb.client
Interface ULBClientInterface
-
-
Method Summary
-
-
-
Method Detail
-
allocateBackend
AllocateBackendResponse allocateBackend(AllocateBackendRequest request) throws UCloudException
AllocateBackend - 添加后端实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
bindSSL
BindSSLResponse bindSSL(BindSSLRequest request) throws UCloudException
BindSSL - 绑定SSL证书- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createPolicy
CreatePolicyResponse createPolicy(CreatePolicyRequest request) throws UCloudException
CreatePolicy - 创建内容转发策略- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createSSL
CreateSSLResponse createSSL(CreateSSLRequest request) throws UCloudException
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
CreateULBResponse createULB(CreateULBRequest request) throws UCloudException
CreateULB - 创建负载均衡- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createVServer
CreateVServerResponse createVServer(CreateVServerRequest request) throws UCloudException
CreateVServer - 创建VServer- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deletePolicy
DeletePolicyResponse deletePolicy(DeletePolicyRequest request) throws UCloudException
DeletePolicy - 删除转发策略- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteSSL
DeleteSSLResponse deleteSSL(DeleteSSLRequest request) throws UCloudException
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
DeleteULBResponse deleteULB(DeleteULBRequest request) throws UCloudException
DeleteULB - 删除负载均衡- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteVServer
DeleteVServerResponse deleteVServer(DeleteVServerRequest request) throws UCloudException
DeleteVServer - 删除VServer- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeSSL
DescribeSSLResponse describeSSL(DescribeSSLRequest request) throws UCloudException
DescribeSSL - 获取SSL证书信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeSecurityPolicies
DescribeSecurityPoliciesResponse describeSecurityPolicies(DescribeSecurityPoliciesRequest request) throws UCloudException
DescribeSecurityPolicies - 获取安全策略的信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeSupportCiphers
DescribeSupportCiphersResponse describeSupportCiphers(DescribeSupportCiphersRequest request) throws UCloudException
DescribeSupportCiphers - 描述支持的加密套件- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeULB
DescribeULBResponse describeULB(DescribeULBRequest request) throws UCloudException
DescribeULB - 获取负载均衡信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeULBSimple
DescribeULBSimpleResponse describeULBSimple(DescribeULBSimpleRequest request) throws UCloudException
DescribeULBSimple - 获取负载均衡信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeVServer
DescribeVServerResponse describeVServer(DescribeVServerRequest request) throws UCloudException
DescribeVServer - 获取VServer信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
releaseBackend
ReleaseBackendResponse releaseBackend(ReleaseBackendRequest request) throws UCloudException
ReleaseBackend - 释放后端实例- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
unBindSecurityPolicy
UnBindSecurityPolicyResponse unBindSecurityPolicy(UnBindSecurityPolicyRequest request) throws UCloudException
UnBindSecurityPolicy - 解绑安全策略- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
unbindSSL
UnbindSSLResponse unbindSSL(UnbindSSLRequest request) throws UCloudException
UnbindSSL - 解绑SSL证书- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateBackendAttribute
UpdateBackendAttributeResponse updateBackendAttribute(UpdateBackendAttributeRequest request) throws UCloudException
UpdateBackendAttribute - 更新后端实例属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updatePolicy
UpdatePolicyResponse updatePolicy(UpdatePolicyRequest request) throws UCloudException
UpdatePolicy - 更新内容转发规则- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateSSLAttribute
UpdateSSLAttributeResponse updateSSLAttribute(UpdateSSLAttributeRequest request) throws UCloudException
UpdateSSLAttribute - 更新SSL属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateSecurityPolicy
UpdateSecurityPolicyResponse updateSecurityPolicy(UpdateSecurityPolicyRequest request) throws UCloudException
UpdateSecurityPolicy - 更新安全策略- 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
-
-