K8s Slb Attachment Slb Config Args
data class K8sSlbAttachmentSlbConfigArgs(val name: Output<String>? = null, val portMappings: Output<List<K8sSlbAttachmentSlbConfigPortMappingArgs>>, val scheduler: Output<String>, val slbId: Output<String>? = null, val specification: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<K8sSlbAttachmentSlbConfigArgs>
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'.