RosVpnGatewayProps
Properties for defining a RosVpnGateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpngateway
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosVpnGatewayProps {
Bandwidth: interface{},
VpcId: interface{},
AutoPay: interface{},
Description: interface{},
DisasterRecoveryVSwitchId: interface{},
EnableIpsec: interface{},
EnableSsl: interface{},
InstanceChargeType: interface{},
Name: interface{},
NetworkType: interface{},
Period: interface{},
SslConnections: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosVpnGateway.TagsProperty,
VpnType: interface{},
VSwitchId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Bandwidth |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
AutoPay |
interface{} |
No description. |
Description |
interface{} |
No description. |
DisasterRecoveryVSwitchId |
interface{} |
No description. |
EnableIpsec |
interface{} |
No description. |
EnableSsl |
interface{} |
No description. |
InstanceChargeType |
interface{} |
No description. |
Name |
interface{} |
No description. |
NetworkType |
interface{} |
No description. |
Period |
interface{} |
No description. |
SslConnections |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
VpnType |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
Bandwidth
Required
Bandwidth interface{}
- Type: interface{}
VpcId
Required
VpcId interface{}
- Type: interface{}
AutoPay
Optional
AutoPay interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
DisasterRecoveryVSwitchId
Optional
DisasterRecoveryVSwitchId interface{}
- Type: interface{}
EnableIpsec
Optional
EnableIpsec interface{}
- Type: interface{}
EnableSsl
Optional
EnableSsl interface{}
- Type: interface{}
InstanceChargeType
Optional
InstanceChargeType interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}
NetworkType
Optional
NetworkType interface{}
- Type: interface{}
Period
Optional
Period interface{}
- Type: interface{}
SslConnections
Optional
SslConnections interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VpnType
Optional
VpnType interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}