public class UploadUpdateCertificateInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UploadUpdateCertificateInstanceRequest() |
UploadUpdateCertificateInstanceRequest(UploadUpdateCertificateInstanceRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCertificatePrivateKey()
Get Private key certificate.
|
String |
getCertificatePublicKey()
Get Public key certificate.
|
String |
getOldCertificateId()
Get Old Certificate ID for One-Click Update.
|
String[] |
getResourceTypes()
Get Resource type that needs to be deployed, parameter value (lowercase): clb.
|
ResourceTypeRegions[] |
getResourceTypesRegions()
Get The list of regions where cloud resources need to be deployed.
|
void |
setCertificatePrivateKey(String CertificatePrivateKey)
Set Private key certificate.
|
void |
setCertificatePublicKey(String CertificatePublicKey)
Set Public key certificate.
|
void |
setOldCertificateId(String OldCertificateId)
Set Old Certificate ID for One-Click Update.
|
void |
setResourceTypes(String[] ResourceTypes)
Set Resource type that needs to be deployed, parameter value (lowercase): clb.
|
void |
setResourceTypesRegions(ResourceTypeRegions[] ResourceTypesRegions)
Set The list of regions where cloud resources need to be deployed.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UploadUpdateCertificateInstanceRequest()
public UploadUpdateCertificateInstanceRequest(UploadUpdateCertificateInstanceRequest source)
public String getOldCertificateId()
public void setOldCertificateId(String OldCertificateId)
OldCertificateId
- Old Certificate ID for One-Click Update. Query the tencent cloud resources bound to this certificate ID and use the new certificate to update these resources.public String[] getResourceTypes()
public void setResourceTypes(String[] ResourceTypes)
ResourceTypes
- Resource type that needs to be deployed, parameter value (lowercase): clb.public String getCertificatePublicKey()
public void setCertificatePublicKey(String CertificatePublicKey)
CertificatePublicKey
- Public key certificate.public String getCertificatePrivateKey()
public void setCertificatePrivateKey(String CertificatePrivateKey)
CertificatePrivateKey
- Private key certificate.public ResourceTypeRegions[] getResourceTypesRegions()
public void setResourceTypesRegions(ResourceTypeRegions[] ResourceTypesRegions)
ResourceTypesRegions
- The list of regions where cloud resources need to be deployed. The cloud resource type supported in the region is required. Value: clb.Copyright © 2025. All rights reserved.