GetGatewaysGateway

data class GetGatewaysGateway(val autoPropagate: String, val businessStatus: String, val createTime: String, val description: String, val disasterRecoveryInternetIp: String, val disasterRecoveryVswitchId: String, val enableIpsec: String, val enableSsl: String, val endTime: String, val id: String, val instanceChargeType: String, val internetIp: String, val name: String, val networkType: String, val resourceGroupId: String, val specification: String, val sslConnections: Int, val sslVpn: String, val sslVpnInternetIp: String, val status: String, val tags: Map<String, String>, val vpcId: String, val vpnType: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(autoPropagate: String, businessStatus: String, createTime: String, description: String, disasterRecoveryInternetIp: String, disasterRecoveryVswitchId: String, enableIpsec: String, enableSsl: String, endTime: String, id: String, instanceChargeType: String, internetIp: String, name: String, networkType: String, resourceGroupId: String, specification: String, sslConnections: Int, sslVpn: String, sslVpnInternetIp: String, status: String, tags: Map<String, String>, vpcId: String, vpnType: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to automatically propagate BGP routes to the VPC. Valid values: true, false.

Link copied to clipboard

Limit search to specific business status - valid value is "Normal", "FinancialLocked".

Link copied to clipboard

The creation time of the VPN gateway.

Link copied to clipboard

The description of the VPN

Link copied to clipboard

The backup public IP address of the VPN gateway. The second IP address assigned by the system to create an IPsec-VPN connection. This parameter is returned only when the VPN gateway supports the dual-tunnel mode.

Link copied to clipboard

Indicates whether the IPsec-VPN feature is enabled.

Link copied to clipboard

Whether the ssl function is enabled. It has been deprecated from provider version 1.243.0, and using ssl_vpn instead.

Link copied to clipboard

The expiration time of the VPN gateway.

Link copied to clipboard
val id: String

ID of the VPN.

Link copied to clipboard

The charge type of the VPN gateway.

Link copied to clipboard

The internet ip of the VPN.

Link copied to clipboard

The name of the VPN.

Link copied to clipboard

The network type of the VPN gateway.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The Specification of the VPN

Link copied to clipboard

Total count of ssl vpn connections.

Link copied to clipboard

Indicates whether the SSL-VPN feature is enabled. Valid value is enable, disable.

Link copied to clipboard

The IP address of the SSL-VPN connection. This parameter is returned only when the VPN gateway is a public VPN gateway and supports only the single-tunnel mode. In addition, the VPN gateway must have the SSL-VPN feature enabled.

Link copied to clipboard

Limit search to specific status - valid value is "Init", "Provisioning", "Active", "Updating", "Deleting".

Link copied to clipboard

The Tag of.

Link copied to clipboard

Use the VPC ID as the search key.

Link copied to clipboard
Link copied to clipboard