ServiceBackendPortPatchArgs

data class ServiceBackendPortPatchArgs(val name: Output<String>? = null, val number: Output<Int>? = null) : ConvertibleToJava<ServiceBackendPortPatchArgs>

ServiceBackendPort is the service port being referenced.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, number: Output<Int>? = null)

Properties

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

name is the name of the port on the Service. This is a mutually exclusive setting with "Number".

Link copied to clipboard
val number: Output<Int>? = null

number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".

Functions

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