Skip to content

TunnelOptionsSpecificationProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.TunnelOptionsSpecificationProperty {
    CustomerGatewayId: interface{},
    EnableDpd: interface{},
    EnableNatTraversal: interface{},
    RemoteCaCertificate: interface{},
    Role: interface{},
    TunnelBgpConfig: interface{},
    TunnelIkeConfig: interface{},
    TunnelIpsecConfig: interface{},
}

Properties

Name Type Description
CustomerGatewayId interface{} No description.
EnableDpd interface{} No description.
EnableNatTraversal interface{} No description.
RemoteCaCertificate interface{} No description.
Role interface{} No description.
TunnelBgpConfig interface{} No description.
TunnelIkeConfig interface{} No description.
TunnelIpsecConfig interface{} No description.

CustomerGatewayIdOptional

CustomerGatewayId interface{}
  • Type: interface{}

EnableDpdOptional

EnableDpd interface{}
  • Type: interface{}

EnableNatTraversalOptional

EnableNatTraversal interface{}
  • Type: interface{}

RemoteCaCertificateOptional

RemoteCaCertificate interface{}
  • Type: interface{}

RoleOptional

Role interface{}
  • Type: interface{}

TunnelBgpConfigOptional

TunnelBgpConfig interface{}
  • Type: interface{}

TunnelIkeConfigOptional

TunnelIkeConfig interface{}
  • Type: interface{}

TunnelIpsecConfigOptional

TunnelIpsecConfig interface{}
  • Type: interface{}