public class AssociateVpnGatewayWithCertificateRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
certificateId
The ID of the certificate.
|
String |
certificateType
The type of the certificate.
|
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.
|
构造器和说明 |
---|
AssociateVpnGatewayWithCertificateRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AssociateVpnGatewayWithCertificateRequest |
build(Map<String,?> map) |
String |
getCertificateId() |
String |
getCertificateType() |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getRegionId() |
String |
getVpnGatewayId() |
AssociateVpnGatewayWithCertificateRequest |
setCertificateId(String certificateId) |
AssociateVpnGatewayWithCertificateRequest |
setCertificateType(String certificateType) |
AssociateVpnGatewayWithCertificateRequest |
setClientToken(String clientToken) |
AssociateVpnGatewayWithCertificateRequest |
setDryRun(Boolean dryRun) |
AssociateVpnGatewayWithCertificateRequest |
setRegionId(String regionId) |
AssociateVpnGatewayWithCertificateRequest |
setVpnGatewayId(String vpnGatewayId) |
@NameInMap(value="CertificateId") public String certificateId
The ID of the certificate.
This parameter is required.
example:6bfe4218-ea1d****
@NameInMap(value="CertificateType") public String certificateType
The type of the certificate. Valid values:
This parameter is required.
example:Signature
@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 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.
0c593ea1-3bea****
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform a dry run, without performing the actual request. Valid values:
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.
You can associate only VPN gateways of the SM type with certificates.
This parameter is required.
example:vpn-bp1q8bgx4xnkm2ogj****
public AssociateVpnGatewayWithCertificateRequest()
public static AssociateVpnGatewayWithCertificateRequest build(Map<String,?> map) throws Exception
Exception
public AssociateVpnGatewayWithCertificateRequest setCertificateId(String certificateId)
public String getCertificateId()
public AssociateVpnGatewayWithCertificateRequest setCertificateType(String certificateType)
public String getCertificateType()
public AssociateVpnGatewayWithCertificateRequest setClientToken(String clientToken)
public String getClientToken()
public AssociateVpnGatewayWithCertificateRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public AssociateVpnGatewayWithCertificateRequest setRegionId(String regionId)
public String getRegionId()
public AssociateVpnGatewayWithCertificateRequest setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.