OpenShiftAPIPropertiesArgs

data class OpenShiftAPIPropertiesArgs(val privateApiServer: Output<Boolean>? = null) : ConvertibleToJava<OpenShiftAPIPropertiesArgs>

Defines further properties on the API.

Constructors

Link copied to clipboard
fun OpenShiftAPIPropertiesArgs(privateApiServer: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val privateApiServer: Output<Boolean>? = null

Specifies if API server is public or private.