Skip to content

RosVpnAttachmentProps

Properties for defining a RosVpnAttachment.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVpnAttachmentProps {
    object LocalSubnet,
    object RemoteSubnet,
    object AutoConfigRoute = null,
    object BgpConfig = null,
    object CustomerGatewayId = null,
    object EffectImmediately = null,
    object EnableDpd = null,
    object EnableNatTraversal = null,
    object EnableTunnelsBgp = null,
    object HealthCheckConfig = null,
    object IkeConfig = null,
    object IpsecConfig = null,
    object Name = null,
    object NetworkType = null,
    object RemoteCaCert = null,
    object ResourceGroupId = null,
    object TunnelBandwidth = null,
    object TunnelOptionsSpecification = null
};

Properties

Name Type Description
LocalSubnet object No description.
RemoteSubnet object No description.
AutoConfigRoute object No description.
BgpConfig object No description.
CustomerGatewayId object No description.
EffectImmediately object No description.
EnableDpd object No description.
EnableNatTraversal object No description.
EnableTunnelsBgp object No description.
HealthCheckConfig object No description.
IkeConfig object No description.
IpsecConfig object No description.
Name object No description.
NetworkType object No description.
RemoteCaCert object No description.
ResourceGroupId object No description.
TunnelBandwidth object No description.
TunnelOptionsSpecification object No description.

LocalSubnetRequired

public object LocalSubnet { get; set; }
  • Type: object

RemoteSubnetRequired

public object RemoteSubnet { get; set; }
  • Type: object

AutoConfigRouteOptional

public object AutoConfigRoute { get; set; }
  • Type: object

BgpConfigOptional

public object BgpConfig { get; set; }
  • Type: object

CustomerGatewayIdOptional

public object CustomerGatewayId { get; set; }
  • Type: object

EffectImmediatelyOptional

public object EffectImmediately { get; set; }
  • Type: object

EnableDpdOptional

public object EnableDpd { get; set; }
  • Type: object

EnableNatTraversalOptional

public object EnableNatTraversal { get; set; }
  • Type: object

EnableTunnelsBgpOptional

public object EnableTunnelsBgp { get; set; }
  • Type: object

HealthCheckConfigOptional

public object HealthCheckConfig { get; set; }
  • Type: object

IkeConfigOptional

public object IkeConfig { get; set; }
  • Type: object

IpsecConfigOptional

public object IpsecConfig { get; set; }
  • Type: object

NameOptional

public object Name { get; set; }
  • Type: object

NetworkTypeOptional

public object NetworkType { get; set; }
  • Type: object

RemoteCaCertOptional

public object RemoteCaCert { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

TunnelBandwidthOptional

public object TunnelBandwidth { get; set; }
  • Type: object

TunnelOptionsSpecificationOptional

public object TunnelOptionsSpecification { get; set; }
  • Type: object