GetGatewaysGateway

data class GetGatewaysGateway(val autoPropagate: String, val businessStatus: String, val createTime: String, val description: 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 specification: String, val sslConnections: Int, val status: String, val vpcId: String)

Constructors

Link copied to clipboard
fun GetGatewaysGateway(autoPropagate: String, businessStatus: String, createTime: String, description: String, enableIpsec: String, enableSsl: String, endTime: String, id: String, instanceChargeType: String, internetIp: String, name: String, networkType: String, specification: String, sslConnections: Int, status: String, vpcId: 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

Indicates whether the IPsec-VPN feature is enabled.

Link copied to clipboard

Whether the ssl function is enabled.

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 Specification of the VPN

Link copied to clipboard

Total count of ssl vpn connections.

Link copied to clipboard

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

Link copied to clipboard

Use the VPC ID as the search key.