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. |
CustomerGatewayId
Required
CustomerGatewayId interface{}
- Type: interface{}
LocalSubnet
Required
LocalSubnet interface{}
- Type: interface{}
RemoteSubnet
Required
RemoteSubnet interface{}
- Type: interface{}
AutoConfigRoute
Optional
AutoConfigRoute interface{}
- Type: interface{}
BgpConfig
Optional
BgpConfig interface{}
- Type: interface{}
EffectImmediately
Optional
EffectImmediately interface{}
- Type: interface{}
EnableDpd
Optional
EnableDpd interface{}
- Type: interface{}
EnableNatTraversal
Optional
EnableNatTraversal interface{}
- Type: interface{}
HealthCheckConfig
Optional
HealthCheckConfig interface{}
- Type: interface{}
IkeConfig
Optional
IkeConfig interface{}
- Type: interface{}
IpsecConfig
Optional
IpsecConfig interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}
NetworkType
Optional
NetworkType interface{}
- Type: interface{}
RemoteCaCert
Optional
RemoteCaCert interface{}
- Type: interface{}