ApiHttpVpcServiceConfigArgs

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

Constructors

Link copied to clipboard
fun ApiHttpVpcServiceConfigArgs(aoneName: Output<String>? = null, method: Output<String>, name: Output<String>, path: Output<String>, timeout: Output<Int>)

Functions

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

Properties

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

The name of aone.

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.