public class CreateSslVpnClientCertRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
name
The name of the SSL client certificate.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the VPN gateway is created.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
sslVpnServerId
The ID of the SSL server.
|
构造器和说明 |
---|
CreateSslVpnClientCertRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateSslVpnClientCertRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSslVpnServerId() |
CreateSslVpnClientCertRequest |
setClientToken(String clientToken) |
CreateSslVpnClientCertRequest |
setName(String name) |
CreateSslVpnClientCertRequest |
setOwnerAccount(String ownerAccount) |
CreateSslVpnClientCertRequest |
setOwnerId(Long ownerId) |
CreateSslVpnClientCertRequest |
setRegionId(String regionId) |
CreateSslVpnClientCertRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CreateSslVpnClientCertRequest |
setResourceOwnerId(Long resourceOwnerId) |
CreateSslVpnClientCertRequest |
setSslVpnServerId(String sslVpnServerId) |
@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 value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:If you do not set this parameter, ClientToken is set to the value of RequestId. The value of RequestId may be different for each API request.
02fb3da4-130e-11e9-8e44-0016e04115b
@NameInMap(value="Name") public String name
The name of the SSL client certificate.
The name must be 1 to 100 characters in length, and cannot start with http://
or https://
.
SslVpnClientCert1
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the VPN gateway is created.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SslVpnServerId") public String sslVpnServerId
The ID of the SSL server.
This parameter is required.
example:vss-m5et0q3iy1qex328w****
public static CreateSslVpnClientCertRequest build(Map<String,?> map) throws Exception
Exception
public CreateSslVpnClientCertRequest setClientToken(String clientToken)
public String getClientToken()
public CreateSslVpnClientCertRequest setName(String name)
public String getName()
public CreateSslVpnClientCertRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateSslVpnClientCertRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateSslVpnClientCertRequest setRegionId(String regionId)
public String getRegionId()
public CreateSslVpnClientCertRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateSslVpnClientCertRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CreateSslVpnClientCertRequest setSslVpnServerId(String sslVpnServerId)
public String getSslVpnServerId()
Copyright © 2024. All rights reserved.