InstanceEndpoint

data class InstanceEndpoint(val alternativeEndpoints: String? = null, val enabled: Boolean? = null, val endpoint: String? = null, val type: String? = null, val vpcId: String? = null, val vpcInstanceId: String? = null, val vswitchId: String? = null)

Constructors

Link copied to clipboard
constructor(alternativeEndpoints: String? = null, enabled: Boolean? = null, endpoint: String? = null, type: String? = null, vpcId: String? = null, vpcInstanceId: String? = null, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Some old instances have both AnyTunnel and SingleTunnel enabled. When switching from AnyTunnel to SingleTunnel, the endpoints of both are retained. Therefore, one more field is required to store the Endpoint.

Link copied to clipboard
val enabled: Boolean? = null

Whether to turn on the network.

Link copied to clipboard
val endpoint: String? = null

Domain name.

Link copied to clipboard
val type: String? = null

The network type.

Link copied to clipboard
val vpcId: String? = null

VPC primary key.

Link copied to clipboard
val vpcInstanceId: String? = null

The vpc instance ID.

Link copied to clipboard
val vswitchId: String? = null

The ID of the virtual switch.