RosVpnAttachmentProps
Properties for defining a RosVpnAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosVpnAttachmentProps {
CustomerGatewayId: interface{},
LocalSubnet: interface{},
RemoteSubnet: interface{},
AutoConfigRoute: interface{},
BgpConfig: interface{},
EffectImmediately: interface{},
EnableDpd: interface{},
EnableNatTraversal: interface{},
HealthCheckConfig: interface{},
IkeConfig: interface{},
IpsecConfig: interface{},
Name: interface{},
NetworkType: interface{},
RemoteCaCert: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
CustomerGatewayId |
interface{} |
No description. |
LocalSubnet |
interface{} |
No description. |
RemoteSubnet |
interface{} |
No description. |
AutoConfigRoute |
interface{} |
No description. |
BgpConfig |
interface{} |
No description. |
EffectImmediately |
interface{} |
No description. |
EnableDpd |
interface{} |
No description. |
EnableNatTraversal |
interface{} |
No description. |
HealthCheckConfig |
interface{} |
No description. |
IkeConfig |
interface{} |
No description. |
IpsecConfig |
interface{} |
No description. |
Name |
interface{} |
No description. |
NetworkType |
interface{} |
No description. |
RemoteCaCert |
interface{} |
No description. |
CustomerGatewayIdRequired
CustomerGatewayId interface{}
- Type: interface{}
LocalSubnetRequired
LocalSubnet interface{}
- Type: interface{}
RemoteSubnetRequired
RemoteSubnet interface{}
- Type: interface{}
AutoConfigRouteOptional
AutoConfigRoute interface{}
- Type: interface{}
BgpConfigOptional
BgpConfig interface{}
- Type: interface{}
EffectImmediatelyOptional
EffectImmediately interface{}
- Type: interface{}
EnableDpdOptional
EnableDpd interface{}
- Type: interface{}
EnableNatTraversalOptional
EnableNatTraversal interface{}
- Type: interface{}
HealthCheckConfigOptional
HealthCheckConfig interface{}
- Type: interface{}
IkeConfigOptional
IkeConfig interface{}
- Type: interface{}
IpsecConfigOptional
IpsecConfig interface{}
- Type: interface{}
NameOptional
Name interface{}
- Type: interface{}
NetworkTypeOptional
NetworkType interface{}
- Type: interface{}
RemoteCaCertOptional
RemoteCaCert interface{}
- Type: interface{}