Skip to content

RosVpnGatewayProps

Properties for defining a RosVpnGateway.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVpnGatewayProps {
    object Bandwidth,
    object VpcId,
    object AutoPay = null,
    object Description = null,
    object DisasterRecoveryVSwitchId = null,
    object EnableIpsec = null,
    object EnableSsl = null,
    object InstanceChargeType = null,
    object Name = null,
    object NetworkType = null,
    object Period = null,
    object SslConnections = null,
    TagsProperty[] Tags = null,
    object VpnType = null,
    object VSwitchId = null
};

Properties

Name Type Description
Bandwidth object No description.
VpcId object No description.
AutoPay object No description.
Description object No description.
DisasterRecoveryVSwitchId object No description.
EnableIpsec object No description.
EnableSsl object No description.
InstanceChargeType object No description.
Name object No description.
NetworkType object No description.
Period object No description.
SslConnections object No description.
Tags TagsProperty[] No description.
VpnType object No description.
VSwitchId object No description.

BandwidthRequired

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

VpcIdRequired

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

AutoPayOptional

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

DescriptionOptional

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

DisasterRecoveryVSwitchIdOptional

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

EnableIpsecOptional

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

EnableSslOptional

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

InstanceChargeTypeOptional

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

NameOptional

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

NetworkTypeOptional

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

PeriodOptional

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

SslConnectionsOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

VpnTypeOptional

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

VSwitchIdOptional

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