public class DissociateVpnGatewayWithCertificateRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
certificateId
The certificate ID.
|
String |
certificateType
The certificate type.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to perform a dry run, without performing the actual request.
|
String |
regionId
The region ID of the VPN gateway.
|
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
DissociateVpnGatewayWithCertificateRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DissociateVpnGatewayWithCertificateRequest |
build(Map<String,?> map) |
String |
getCertificateId() |
String |
getCertificateType() |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getRegionId() |
String |
getVpnGatewayId() |
DissociateVpnGatewayWithCertificateRequest |
setCertificateId(String certificateId) |
DissociateVpnGatewayWithCertificateRequest |
setCertificateType(String certificateType) |
DissociateVpnGatewayWithCertificateRequest |
setClientToken(String clientToken) |
DissociateVpnGatewayWithCertificateRequest |
setDryRun(Boolean dryRun) |
DissociateVpnGatewayWithCertificateRequest |
setRegionId(String regionId) |
DissociateVpnGatewayWithCertificateRequest |
setVpnGatewayId(String vpnGatewayId) |
@NameInMap(value="CertificateId") public String certificateId
The certificate ID.
The certificate ID refers to the ID generated after the SSL certificate is associated with a VPN gateway. It is not the ID of the certificate itself. You can call ListVpnCertificateAssociations to query certificate IDs.
This parameter is required.
example:6bfe4218-ea1d****
@NameInMap(value="CertificateType") public String certificateType
The certificate type. Valid values:
This parameter is required.
example:Encryption
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
02fb3da4-130e*******
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned. Otherwise, an error message is returned.false
@NameInMap(value="RegionId") public String regionId
The region ID of the VPN gateway.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
This parameter is required.
example:vpn-bp1q8bgx4xnkm2ogj****
public DissociateVpnGatewayWithCertificateRequest()
public static DissociateVpnGatewayWithCertificateRequest build(Map<String,?> map) throws Exception
Exception
public DissociateVpnGatewayWithCertificateRequest setCertificateId(String certificateId)
public String getCertificateId()
public DissociateVpnGatewayWithCertificateRequest setCertificateType(String certificateType)
public String getCertificateType()
public DissociateVpnGatewayWithCertificateRequest setClientToken(String clientToken)
public String getClientToken()
public DissociateVpnGatewayWithCertificateRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DissociateVpnGatewayWithCertificateRequest setRegionId(String regionId)
public String getRegionId()
public DissociateVpnGatewayWithCertificateRequest setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.