ApiHttpVpcServiceConfig

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

Constructors

Link copied to clipboard
constructor(aoneName: String? = null, contentTypeCategory: String? = null, contentTypeValue: String? = null, method: String, name: String, path: String, timeout: Int, vpcScheme: String? = null)

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 content type category of backend service which supports values of 'DEFAULT','CUSTOM' and 'CLIENT'.

Link copied to clipboard

The content type value of backend service.

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.

Link copied to clipboard
val vpcScheme: String? = null

The vpc scheme of backend service which supports values of HTTP and HTTPS.