SslVpnClientCertProps
Properties for defining a SslVpnClientCert.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-sslvpnclientcert
Initializer
import com.aliyun.ros.cdk.vpc.SslVpnClientCertProps;
SslVpnClientCertProps.builder()
.sslVpnServerId(java.lang.String)
.sslVpnServerId(IResolvable)
// .name(java.lang.String)
// .name(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
sslVpnServerId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property sslVpnServerId: ID of the SSL-VPN server. |
name | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property name: The name of the SSL client certificate. |
sslVpnServerIdRequired
public java.lang.Object getSslVpnServerId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sslVpnServerId: ID of the SSL-VPN server.
nameOptional
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property 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:\/\/.