ApiHttpVpcServiceConfigArgs

data class ApiHttpVpcServiceConfigArgs(val aoneName: Output<String>? = null, val contentTypeCategory: Output<String>? = null, val contentTypeValue: Output<String>? = null, val method: Output<String>, val name: Output<String>, val path: Output<String>, val timeout: Output<Int>, val vpcScheme: Output<String>? = null) : ConvertibleToJava<ApiHttpVpcServiceConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val aoneName: Output<String>? = null

The name of aone.

Link copied to clipboard
val contentTypeCategory: Output<String>? = null

The content type category of backend service which supports values of 'DEFAULT','CUSTOM' and 'CLIENT'.

Link copied to clipboard
val contentTypeValue: Output<String>? = null

The content type value of backend service.

Link copied to clipboard
val method: Output<String>

The http method of backend service.

Link copied to clipboard
val name: Output<String>

The name of vpc instance.

Link copied to clipboard
val path: Output<String>

The path of backend service.

Link copied to clipboard
val timeout: Output<Int>

Backend service time-out time. Unit: millisecond.

Link copied to clipboard
val vpcScheme: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ApiHttpVpcServiceConfigArgs