Skip to content

RosVpnConnectionProps

Properties for defining a RosVpnConnection.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnconnection

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosVpnConnectionProps {
    LocalSubnet: interface{},
    RemoteSubnet: interface{},
    VpnGatewayId: interface{},
    AutoConfigRoute: interface{},
    BgpConfig: interface{},
    CustomerGatewayId: interface{},
    EffectImmediately: interface{},
    EnableDpd: interface{},
    EnableNatTraversal: interface{},
    EnableTunnelsBgp: interface{},
    HealthCheckConfig: interface{},
    IkeConfig: interface{},
    IpsecConfig: interface{},
    Name: interface{},
    RemoteCaCertificate: interface{},
    TunnelOptionsSpecification: interface{},
}

Properties

Name Type Description
LocalSubnet interface{} No description.
RemoteSubnet interface{} No description.
VpnGatewayId interface{} No description.
AutoConfigRoute interface{} No description.
BgpConfig interface{} No description.
CustomerGatewayId interface{} No description.
EffectImmediately interface{} No description.
EnableDpd interface{} No description.
EnableNatTraversal interface{} No description.
EnableTunnelsBgp interface{} No description.
HealthCheckConfig interface{} No description.
IkeConfig interface{} No description.
IpsecConfig interface{} No description.
Name interface{} No description.
RemoteCaCertificate interface{} No description.
TunnelOptionsSpecification interface{} No description.

LocalSubnetRequired

LocalSubnet interface{}
  • Type: interface{}

RemoteSubnetRequired

RemoteSubnet interface{}
  • Type: interface{}

VpnGatewayIdRequired

VpnGatewayId interface{}
  • Type: interface{}

AutoConfigRouteOptional

AutoConfigRoute interface{}
  • Type: interface{}

BgpConfigOptional

BgpConfig interface{}
  • Type: interface{}

CustomerGatewayIdOptional

CustomerGatewayId interface{}
  • Type: interface{}

EffectImmediatelyOptional

EffectImmediately interface{}
  • Type: interface{}

EnableDpdOptional

EnableDpd interface{}
  • Type: interface{}

EnableNatTraversalOptional

EnableNatTraversal interface{}
  • Type: interface{}

EnableTunnelsBgpOptional

EnableTunnelsBgp interface{}
  • Type: interface{}

HealthCheckConfigOptional

HealthCheckConfig interface{}
  • Type: interface{}

IkeConfigOptional

IkeConfig interface{}
  • Type: interface{}

IpsecConfigOptional

IpsecConfig interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

RemoteCaCertificateOptional

RemoteCaCertificate interface{}
  • Type: interface{}

TunnelOptionsSpecificationOptional

TunnelOptionsSpecification interface{}
  • Type: interface{}