ports

@JvmName(name = "isgmdcbixnpupfoy")
suspend fun ports(value: Output<List<EndpointPortPatchArgs>>)
@JvmName(name = "kqwbmcsfeicggcgp")
suspend fun ports(value: List<EndpointPortPatchArgs>?)

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 = "lxadvxdgofnhroft")
suspend fun ports(vararg values: Output<EndpointPortPatchArgs>)


@JvmName(name = "bbphcnlohufmyokv")
suspend fun ports(values: List<Output<EndpointPortPatchArgs>>)
@JvmName(name = "gpjkjwxfusaqlsju")
suspend fun ports(vararg values: EndpointPortPatchArgs)

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 = "rnkjjxfgyvlcilrv")
suspend fun ports(argument: List<suspend EndpointPortPatchArgsBuilder.() -> Unit>)
@JvmName(name = "orwmixxsbpafdalx")
suspend fun ports(vararg argument: suspend EndpointPortPatchArgsBuilder.() -> Unit)
@JvmName(name = "tnujonrgdlikrkyf")
suspend fun ports(argument: suspend EndpointPortPatchArgsBuilder.() -> 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.