Package | Description |
---|---|
com.tencentcloudapi.clb.v20180317.models |
Modifier and Type | Method and Description |
---|---|
CertificateInput |
ModifyListenerRequest.getCertificate()
Get Certificate information.
|
CertificateInput |
ReplaceCertForLoadBalancersRequest.getCertificate()
Get Information such as the content of the new certificate
|
CertificateInput |
RuleInput.getCertificate()
Get Certificate information.
|
CertificateInput |
ModifyDomainAttributesRequest.getCertificate()
Get Certificate information of the domain name.
|
CertificateInput |
CreateListenerRequest.getCertificate()
Get Certificate information.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyListenerRequest.setCertificate(CertificateInput Certificate)
Set Certificate information.
|
void |
ReplaceCertForLoadBalancersRequest.setCertificate(CertificateInput Certificate)
Set Information such as the content of the new certificate
|
void |
RuleInput.setCertificate(CertificateInput Certificate)
Set Certificate information.
|
void |
ModifyDomainAttributesRequest.setCertificate(CertificateInput Certificate)
Set Certificate information of the domain name.
|
void |
CreateListenerRequest.setCertificate(CertificateInput Certificate)
Set Certificate information.
|
Constructor and Description |
---|
CertificateInput(CertificateInput source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.