K8sSlbAttachmentSlbConfigPortMapping

data class K8sSlbAttachmentSlbConfigPortMapping(val certId: String? = null, val loadbalancerProtocol: String, val servicePort: K8sSlbAttachmentSlbConfigPortMappingServicePort)

Constructors

Link copied to clipboard
constructor(certId: String? = null, loadbalancerProtocol: String, servicePort: K8sSlbAttachmentSlbConfigPortMappingServicePort)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certId: String? = null

The ID of your tls certification, this is used for 'HTTPS' protocol only.

Link copied to clipboard

The protocol of SLB instance configuration, values can be 'TCP', 'HTTP' or 'HTTPS'.

Link copied to clipboard

The backend k8s service configuration for SLB instance, which is supported for multiple configurations. See service_port below.