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 CustomerGatewayId,
    object LocalSubnet,
    object RemoteSubnet,
    object AutoConfigRoute = null,
    object BgpConfig = null,
    object EffectImmediately = null,
    object EnableDpd = null,
    object EnableNatTraversal = null,
    object HealthCheckConfig = null,
    object IkeConfig = null,
    object IpsecConfig = null,
    object Name = null,
    object NetworkType = null,
    object RemoteCaCert = null
};

Properties

Name Type Description
CustomerGatewayId object No description.
LocalSubnet object No description.
RemoteSubnet object No description.
AutoConfigRoute object No description.
BgpConfig object No description.
EffectImmediately object No description.
EnableDpd object No description.
EnableNatTraversal 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.

CustomerGatewayIdRequired

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

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

EffectImmediatelyOptional

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

EnableDpdOptional

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

EnableNatTraversalOptional

public object EnableNatTraversal { 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