ApiHttpVpcServiceConfig

data class ApiHttpVpcServiceConfig(val aoneName: String? = null, val method: String, val name: String, val path: String, val timeout: Int)

Constructors

Link copied to clipboard
fun ApiHttpVpcServiceConfig(aoneName: String? = null, method: String, name: String, path: String, timeout: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aoneName: String? = null

The name of aone.

Link copied to clipboard

The http method of backend service.

Link copied to clipboard

The name of vpc instance.

Link copied to clipboard

The path of backend service.

Link copied to clipboard

Backend service time-out time. Unit: millisecond.