com.pulumi.gcp.cloudrunv2.kotlin.outputs.GetServiceTemplateContainerLivenessProbeTcpSocket.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.cloudrunv2.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property port Port number to access on the container. Must be in the range 1 to 65535.
* If not specified, defaults to the exposed port of the container, which
* is the value of container.ports[0].containerPort.
*/
public data class GetServiceTemplateContainerLivenessProbeTcpSocket(
public val port: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.cloudrunv2.outputs.GetServiceTemplateContainerLivenessProbeTcpSocket): GetServiceTemplateContainerLivenessProbeTcpSocket =
GetServiceTemplateContainerLivenessProbeTcpSocket(
port = javaType.port(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy