ServiceEndpointSpecArgs

data class ServiceEndpointSpecArgs(val mode: Output<String>? = null, val ports: Output<List<ServiceEndpointSpecPortArgs>>? = null) : ConvertibleToJava<ServiceEndpointSpecArgs>

Constructors

Link copied to clipboard
fun ServiceEndpointSpecArgs(mode: Output<String>? = null, ports: Output<List<ServiceEndpointSpecPortArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ServiceEndpointSpecArgs

Properties

Link copied to clipboard
val mode: Output<String>? = null

The mode of resolution to use for internal load balancing between tasks

Link copied to clipboard
val ports: Output<List<ServiceEndpointSpecPortArgs>>? = null

List of exposed ports that this service is accessible on from the outside. Ports can only be provided if 'vip' resolution mode is used