ports

@JvmName(name = "ngkcjwsnwwclnkjs")
suspend fun ports(value: Output<List<EndpointPortArgs>>)
@JvmName(name = "udagxbdgxusgrekc")
suspend fun ports(value: List<EndpointPortArgs>?)

Parameters

value

ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports.


@JvmName(name = "fyicyvrgpugcymrv")
suspend fun ports(vararg values: Output<EndpointPortArgs>)


@JvmName(name = "bokpmsfcdbngatvb")
suspend fun ports(values: List<Output<EndpointPortArgs>>)
@JvmName(name = "mbtpjdcndayxnhbk")
suspend fun ports(vararg values: EndpointPortArgs)

Parameters

values

ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports.


@JvmName(name = "xqjbffoypvxoxftk")
suspend fun ports(argument: List<suspend EndpointPortArgsBuilder.() -> Unit>)
@JvmName(name = "rydkinccxshgxgjr")
suspend fun ports(vararg argument: suspend EndpointPortArgsBuilder.() -> Unit)
@JvmName(name = "nfkrjnhptnkksqhu")
suspend fun ports(argument: suspend EndpointPortArgsBuilder.() -> Unit)

Parameters

argument

ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports.