public class ModifySslVpnServerResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
cipher
The encryption algorithm.
|
String |
clientIpPool
The client IP address pool.
|
Boolean |
compress
Indicates whether data compression is enabled.
|
Integer |
connections
The total number of current connections.
|
Long |
createTime
The time when the SSL server was created.
|
Boolean |
enableMultiFactorAuth
Indicates whether two-factor authentication is enabled.
|
String |
IDaaSApplicationId
example:
app_my6g4qmvnwxzj2f****
|
String |
IDaaSInstanceId
The ID of the IDaaS instance.
|
String |
IDaaSInstanceVersion
example:
EIAM 2.0
|
String |
internetIp
The public IP address.
|
String |
localSubnet
The CIDR block of the client.
|
Integer |
maxConnections
The maximum number of connections.
|
String |
name
The name of the SSL server.
|
Integer |
port
The port that is used by the SSL server.
|
String |
proto
The protocol that is used by the SSL server.
|
String |
regionId
The ID of the region where the SSL server is created.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group to which the SSL server belongs.
|
String |
sslVpnServerId
The ID of the SSL server.
|
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
ModifySslVpnServerResponseBody() |
@NameInMap(value="Cipher") public String cipher
The encryption algorithm.
example:AES-128-CBC
@NameInMap(value="ClientIpPool") public String clientIpPool
The client IP address pool.
example:10.30.30.0/24
@NameInMap(value="Compress") public Boolean compress
Indicates whether data compression is enabled.
example:false
@NameInMap(value="Connections") public Integer connections
The total number of current connections.
example:0
@NameInMap(value="CreateTime") public Long createTime
The time when the SSL server was created.
example:1492753580000
@NameInMap(value="EnableMultiFactorAuth") public Boolean enableMultiFactorAuth
Indicates whether two-factor authentication is enabled.
false
@NameInMap(value="IDaaSApplicationId") public String IDaaSApplicationId
app_my6g4qmvnwxzj2f****
@NameInMap(value="IDaaSInstanceId") public String IDaaSInstanceId
The ID of the IDaaS instance.
example:idaas-cn-hangzhou-****
@NameInMap(value="IDaaSInstanceVersion") public String IDaaSInstanceVersion
EIAM 2.0
@NameInMap(value="InternetIp") public String internetIp
The public IP address.
example:47.98.XX.XX
@NameInMap(value="LocalSubnet") public String localSubnet
The CIDR block of the client.
example:10.20.20.0/24
@NameInMap(value="MaxConnections") public Integer maxConnections
The maximum number of connections.
example:5
@NameInMap(value="Name") public String name
The name of the SSL server.
example:test
@NameInMap(value="Port") public Integer port
The port that is used by the SSL server.
example:1194
@NameInMap(value="Proto") public String proto
The protocol that is used by the SSL server.
example:UDP
@NameInMap(value="RegionId") public String regionId
The ID of the region where the SSL server is created.
example:cn-hangzhou
@NameInMap(value="RequestId") public String requestId
The request ID.
example:DF11D6F6-E35A-41C3-9B20-6FC8A901FE65
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the SSL server belongs.
The SSL server and the VPN gateway associated with the SSL server belong to the same resource group. You can call the ListResourceGroups operation to query resource groups.
example:rg-acfmzs372yg****
@NameInMap(value="SslVpnServerId") public String sslVpnServerId
The ID of the SSL server.
example:vss-bp18q7hzj6largv4v****
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
example:vpn-bp1q8bgx4xnkm2ogj****
public static ModifySslVpnServerResponseBody build(Map<String,?> map) throws Exception
Exception
public ModifySslVpnServerResponseBody setCipher(String cipher)
public String getCipher()
public ModifySslVpnServerResponseBody setClientIpPool(String clientIpPool)
public String getClientIpPool()
public ModifySslVpnServerResponseBody setCompress(Boolean compress)
public Boolean getCompress()
public ModifySslVpnServerResponseBody setConnections(Integer connections)
public Integer getConnections()
public ModifySslVpnServerResponseBody setCreateTime(Long createTime)
public Long getCreateTime()
public ModifySslVpnServerResponseBody setEnableMultiFactorAuth(Boolean enableMultiFactorAuth)
public Boolean getEnableMultiFactorAuth()
public ModifySslVpnServerResponseBody setIDaaSApplicationId(String IDaaSApplicationId)
public String getIDaaSApplicationId()
public ModifySslVpnServerResponseBody setIDaaSInstanceId(String IDaaSInstanceId)
public String getIDaaSInstanceId()
public ModifySslVpnServerResponseBody setIDaaSInstanceVersion(String IDaaSInstanceVersion)
public String getIDaaSInstanceVersion()
public ModifySslVpnServerResponseBody setInternetIp(String internetIp)
public String getInternetIp()
public ModifySslVpnServerResponseBody setLocalSubnet(String localSubnet)
public String getLocalSubnet()
public ModifySslVpnServerResponseBody setMaxConnections(Integer maxConnections)
public Integer getMaxConnections()
public ModifySslVpnServerResponseBody setName(String name)
public String getName()
public ModifySslVpnServerResponseBody setPort(Integer port)
public Integer getPort()
public ModifySslVpnServerResponseBody setProto(String proto)
public String getProto()
public ModifySslVpnServerResponseBody setRegionId(String regionId)
public String getRegionId()
public ModifySslVpnServerResponseBody setRequestId(String requestId)
public String getRequestId()
public ModifySslVpnServerResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ModifySslVpnServerResponseBody setSslVpnServerId(String sslVpnServerId)
public String getSslVpnServerId()
public ModifySslVpnServerResponseBody setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.