K8sSlbAttachmentSlbConfigPortMappingServicePortArgs

data class K8sSlbAttachmentSlbConfigPortMappingServicePortArgs(val port: Output<Int>, val protocol: Output<String>, val targetPort: Output<Int>) : ConvertibleToJava<K8sSlbAttachmentSlbConfigPortMappingServicePortArgs>

Constructors

constructor(port: Output<Int>, protocol: Output<String>, targetPort: Output<Int>)

Properties

Link copied to clipboard
val port: Output<Int>

The port of k8s service, values should be within range 1, 65535.

Link copied to clipboard
val protocol: Output<String>

The protocol of k8s service, values can be 'TCP' or 'UDP'.

Link copied to clipboard
val targetPort: Output<Int>

The port of k8s pod, values should be within range 1, 65535.

Functions

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