public class UpdateCertificateInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateCertificateInstanceRequest() |
UpdateCertificateInstanceRequest(UpdateCertificateInstanceRequest 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 |
---|---|
Boolean |
getAllowDownload()
Get Whether downloading is allowed.
|
String |
getCertificateId()
Get One-click update new certificate ID
|
String |
getCertificatePrivateKey()
Get Private key of the certificate.
|
String |
getCertificatePublicKey()
Get Public key of the certificate.
|
Long |
getExpiringNotificationSwitch()
Get Whether an expiration reminder is ignored for the old certificate.
|
String |
getOldCertificateId()
Get One-click update old certificate ID
|
Long |
getProjectId()
Get Project ID.
|
String[] |
getRegions()
Deprecated.
|
Boolean |
getRepeatable()
Get Whether repeated uploading of the same certificate is allowed.
|
String[] |
getResourceTypes()
Get Type of the resource that needs to be deployed.
|
ResourceTypeRegions[] |
getResourceTypesRegions()
Get List of regions for which cloud resources need to be deployed
|
Tags[] |
getTags()
Get Tag list.
|
void |
setAllowDownload(Boolean AllowDownload)
Set Whether downloading is allowed.
|
void |
setCertificateId(String CertificateId)
Set One-click update new certificate ID
|
void |
setCertificatePrivateKey(String CertificatePrivateKey)
Set Private key of the certificate.
|
void |
setCertificatePublicKey(String CertificatePublicKey)
Set Public key of the certificate.
|
void |
setExpiringNotificationSwitch(Long ExpiringNotificationSwitch)
Set Whether an expiration reminder is ignored for the old certificate.
|
void |
setOldCertificateId(String OldCertificateId)
Set One-click update old certificate ID
|
void |
setProjectId(Long ProjectId)
Set Project ID.
|
void |
setRegions(String[] Regions)
Deprecated.
|
void |
setRepeatable(Boolean Repeatable)
Set Whether repeated uploading of the same certificate is allowed.
|
void |
setResourceTypes(String[] ResourceTypes)
Set Type of the resource that needs to be deployed.
|
void |
setResourceTypesRegions(ResourceTypeRegions[] ResourceTypesRegions)
Set List of regions for which cloud resources need to be deployed
|
void |
setTags(Tags[] Tags)
Set Tag list.
|
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 UpdateCertificateInstanceRequest()
public UpdateCertificateInstanceRequest(UpdateCertificateInstanceRequest source)
public String getOldCertificateId()
public void setOldCertificateId(String OldCertificateId)
OldCertificateId
- One-click update old certificate IDpublic String[] getResourceTypes()
public void setResourceTypes(String[] ResourceTypes)
ResourceTypes
- Type of the resource that needs to be deployed. The following parameter values are optional: clb, cdn, waf, live, ddos, teo, apigateway, vod, tke, and tcb.public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- One-click update new certificate ID@Deprecated public String[] getRegions()
@Deprecated public void setRegions(String[] Regions)
Regions
- List of regions that need to be deployed (deprecated)public ResourceTypeRegions[] getResourceTypesRegions()
public void setResourceTypesRegions(ResourceTypeRegions[] ResourceTypesRegions)
ResourceTypesRegions
- List of regions for which cloud resources need to be deployedpublic String getCertificatePublicKey()
public void setCertificatePublicKey(String CertificatePublicKey)
CertificatePublicKey
- Public key of the certificate. If the public key of the certificate is uploaded, CertificateId does not need to be uploaded.public String getCertificatePrivateKey()
public void setCertificatePrivateKey(String CertificatePrivateKey)
CertificatePrivateKey
- Private key of the certificate. If the public key of the certificate is uploaded, the private key of the certificate is required.public Long getExpiringNotificationSwitch()
public void setExpiringNotificationSwitch(Long ExpiringNotificationSwitch)
ExpiringNotificationSwitch
- Whether an expiration reminder is ignored for the old certificate. 0: The notification is not ignored. 1: The notification is ignored.public Boolean getRepeatable()
public void setRepeatable(Boolean Repeatable)
Repeatable
- Whether repeated uploading of the same certificate is allowed. If the public key of the certificate is uploaded, this parameter can be configured.public Boolean getAllowDownload()
public void setAllowDownload(Boolean AllowDownload)
AllowDownload
- Whether downloading is allowed. If the public key of the certificate is uploaded, this parameter can be configured.public Tags[] getTags()
public void setTags(Tags[] Tags)
Tags
- Tag list. If the public key of the certificate is uploaded, this parameter can be configured.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID. If the public key of the certificate is uploaded, this parameter can be configured.Copyright © 2024. All rights reserved.