Skip to content

TunnelOptionsSpecificationProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new TunnelOptionsSpecificationProperty {
    object CustomerGatewayId = null,
    object EnableDpd = null,
    object EnableNatTraversal = null,
    object RemoteCaCertificate = null,
    object Role = null,
    object TunnelBgpConfig = null,
    object TunnelIkeConfig = null,
    object TunnelIpsecConfig = null
};

Properties

Name Type Description
CustomerGatewayId object No description.
EnableDpd object No description.
EnableNatTraversal object No description.
RemoteCaCertificate object No description.
Role object No description.
TunnelBgpConfig object No description.
TunnelIkeConfig object No description.
TunnelIpsecConfig object No description.

CustomerGatewayIdOptional

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

EnableDpdOptional

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

EnableNatTraversalOptional

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

RemoteCaCertificateOptional

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

RoleOptional

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

TunnelBgpConfigOptional

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

TunnelIkeConfigOptional

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

TunnelIpsecConfigOptional

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