EndpointPropertiesArgs

data class EndpointPropertiesArgs(val name: Output<String>, val port: Output<Int>? = null) : ConvertibleToJava<EndpointPropertiesArgs>

Describes a container endpoint.

Constructors

Link copied to clipboard
constructor(name: Output<String>, port: Output<Int>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The name of the endpoint.

Link copied to clipboard
val port: Output<Int>? = null

Port used by the container.

Functions

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