Skip to content

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.

BandwidthRequired

Bandwidth interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

AutoPayOptional

AutoPay interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DisasterRecoveryVSwitchIdOptional

DisasterRecoveryVSwitchId interface{}
  • Type: interface{}

EnableIpsecOptional

EnableIpsec interface{}
  • Type: interface{}

EnableSslOptional

EnableSsl interface{}
  • Type: interface{}

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

NetworkTypeOptional

NetworkType interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

SslConnectionsOptional

SslConnections interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

VpnTypeOptional

VpnType interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}