Skip to content

RosSslVpnServerProps

Properties for defining a RosSslVpnServer.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosSslVpnServerProps {
    ClientIpPool: interface{},
    LocalSubnet: interface{},
    VpnGatewayId: interface{},
    Cipher: interface{},
    Compress: interface{},
    EnableMultiFactorAuth: interface{},
    IDaaSApplicationId: interface{},
    IDaaSInstanceId: interface{},
    IDaaSRegionId: interface{},
    Name: interface{},
    Port: interface{},
    Proto: interface{},
}

Properties

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

ClientIpPoolRequired

ClientIpPool interface{}
  • Type: interface{}

LocalSubnetRequired

LocalSubnet interface{}
  • Type: interface{}

VpnGatewayIdRequired

VpnGatewayId interface{}
  • Type: interface{}

CipherOptional

Cipher interface{}
  • Type: interface{}

CompressOptional

Compress interface{}
  • Type: interface{}

EnableMultiFactorAuthOptional

EnableMultiFactorAuth interface{}
  • Type: interface{}

IDaaSApplicationIdOptional

IDaaSApplicationId interface{}
  • Type: interface{}

IDaaSInstanceIdOptional

IDaaSInstanceId interface{}
  • Type: interface{}

IDaaSRegionIdOptional

IDaaSRegionId interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

PortOptional

Port interface{}
  • Type: interface{}

ProtoOptional

Proto interface{}
  • Type: interface{}