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)
Constructors
Link copied to clipboard
fun K8sSlbAttachmentSlbConfig(name: String? = null, portMappings: List<K8sSlbAttachmentSlbConfigPortMapping>, scheduler: String, slbId: String? = null, specification: String? = null, type: String)
Types
Properties
Link copied to clipboard
The instance specification of SLB, values can be found here, empty for 'slb.s1.small'.