toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
GetHealthCheckHttpHealthCheck
Get
Health
Check
Http
Health
Check
data
class
GetHealthCheckHttpHealthCheck
(
val
host
:
String
,
val
port
:
Int
,
val
portName
:
String
,
val
portSpecification
:
String
,
val
proxyHeader
:
String
,
val
requestPath
:
String
,
val
response
:
String
)
Members
Constructors
Get
Health
Check
Http
Health
Check
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
,
portName
:
String
,
portSpecification
:
String
,
proxyHeader
:
String
,
requestPath
:
String
,
response
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
host
Link copied to clipboard
val
host
:
String
port
Link copied to clipboard
val
port
:
Int
port
Name
Link copied to clipboard
val
portName
:
String
port
Specification
Link copied to clipboard
val
portSpecification
:
String
proxy
Header
Link copied to clipboard
val
proxyHeader
:
String
request
Path
Link copied to clipboard
val
requestPath
:
String
response
Link copied to clipboard
val
response
:
String