K8sSlbAttachmentSlbConfigPortMappingServicePort

data class K8sSlbAttachmentSlbConfigPortMappingServicePort(val port: Int, val protocol: String, val targetPort: Int)

Constructors

constructor(port: Int, protocol: String, targetPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int

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

Link copied to clipboard

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

Link copied to clipboard

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