K8s Slb Attachment Slb Config
data class K8sSlbAttachmentSlbConfig(val name: String? = null, val portMappings: List<K8sSlbAttachmentSlbConfigPortMapping>, val scheduler: String, val slbId: String? = null, val specification: String? = null, val type: String)
Properties
Link copied to clipboard
The port configuration for SLB instance, which is supported for multiple configurations. See port_mappings
below.
Link copied to clipboard
The instance specification of SLB, values can be found here, empty for 'slb.s1.small'.