RosSslVpnServerProps
Properties for defining a RosSslVpnServer
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-sslvpnserver
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosSslVpnServerProps {
object ClientIpPool,
object LocalSubnet,
object VpnGatewayId,
object Cipher = null,
object Compress = null,
object EnableMultiFactorAuth = null,
object IDaaSApplicationId = null,
object IDaaSInstanceId = null,
object IDaaSRegionId = null,
object Name = null,
object Port = null,
object Proto = null
};
Properties
Name | Type | Description |
---|---|---|
ClientIpPool |
object |
No description. |
LocalSubnet |
object |
No description. |
VpnGatewayId |
object |
No description. |
Cipher |
object |
No description. |
Compress |
object |
No description. |
EnableMultiFactorAuth |
object |
No description. |
IDaaSApplicationId |
object |
No description. |
IDaaSInstanceId |
object |
No description. |
IDaaSRegionId |
object |
No description. |
Name |
object |
No description. |
Port |
object |
No description. |
Proto |
object |
No description. |
ClientIpPool
Required
public object ClientIpPool { get; set; }
- Type: object
LocalSubnet
Required
public object LocalSubnet { get; set; }
- Type: object
VpnGatewayId
Required
public object VpnGatewayId { get; set; }
- Type: object
Cipher
Optional
public object Cipher { get; set; }
- Type: object
Compress
Optional
public object Compress { get; set; }
- Type: object
EnableMultiFactorAuth
Optional
public object EnableMultiFactorAuth { get; set; }
- Type: object
IDaaSApplicationId
Optional
public object IDaaSApplicationId { get; set; }
- Type: object
IDaaSInstanceId
Optional
public object IDaaSInstanceId { get; set; }
- Type: object
IDaaSRegionId
Optional
public object IDaaSRegionId { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
Port
Optional
public object Port { get; set; }
- Type: object
Proto
Optional
public object Proto { get; set; }
- Type: object