Skip to content

RosSslVpnServerProps

Properties for defining a RosSslVpnServer.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosSslVpnServerProps {
    object ClientIpPool,
    object LocalSubnet,
    object VpnGatewayId,
    object Cipher = null,
    object Compress = null,
    object EnableMultiFactorAuth = null,
    object IDaaSApplicationId = null,
    object IDaaSInstanceId = null,
    object IDaaSRegionId = null,
    object Name = null,
    object Port = null,
    object Proto = null
};

Properties

Name Type Description
ClientIpPool object No description.
LocalSubnet object No description.
VpnGatewayId object No description.
Cipher object No description.
Compress object No description.
EnableMultiFactorAuth object No description.
IDaaSApplicationId object No description.
IDaaSInstanceId object No description.
IDaaSRegionId object No description.
Name object No description.
Port object No description.
Proto object No description.

ClientIpPoolRequired

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

LocalSubnetRequired

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

VpnGatewayIdRequired

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

CipherOptional

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

CompressOptional

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

EnableMultiFactorAuthOptional

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

IDaaSApplicationIdOptional

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

IDaaSInstanceIdOptional

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

IDaaSRegionIdOptional

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

NameOptional

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

PortOptional

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

ProtoOptional

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