RosIpsecServerProps
Properties for defining a RosIpsecServer.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipsecserver
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosIpsecServerProps {
object ClientIpPool,
object LocalSubnet,
object VpnGatewayId,
object EffectImmediately = null,
object IkeConfig = null,
object IpsecConfig = null,
object IpsecServerName = null,
object Psk = null,
object PskEnabled = null
};
Properties
| Name | Type | Description |
|---|---|---|
ClientIpPool |
object |
No description. |
LocalSubnet |
object |
No description. |
VpnGatewayId |
object |
No description. |
EffectImmediately |
object |
No description. |
IkeConfig |
object |
No description. |
IpsecConfig |
object |
No description. |
IpsecServerName |
object |
No description. |
Psk |
object |
No description. |
PskEnabled |
object |
No description. |
ClientIpPoolRequired
public object ClientIpPool { get; set; }
- Type: object
LocalSubnetRequired
public object LocalSubnet { get; set; }
- Type: object
VpnGatewayIdRequired
public object VpnGatewayId { get; set; }
- Type: object
EffectImmediatelyOptional
public object EffectImmediately { get; set; }
- Type: object
IkeConfigOptional
public object IkeConfig { get; set; }
- Type: object
IpsecConfigOptional
public object IpsecConfig { get; set; }
- Type: object
IpsecServerNameOptional
public object IpsecServerName { get; set; }
- Type: object
PskOptional
public object Psk { get; set; }
- Type: object
PskEnabledOptional
public object PskEnabled { get; set; }
- Type: object