ApplicationPvtzDiscoverySvcArgs

data class ApplicationPvtzDiscoverySvcArgs(val enable: Output<Boolean>? = null, val namespaceId: Output<String>? = null, val portProtocols: Output<List<ApplicationPvtzDiscoverySvcPortProtocolArgs>>? = null, val serviceName: Output<String>? = null) : ConvertibleToJava<ApplicationPvtzDiscoverySvcArgs>

Constructors

Link copied to clipboard
constructor(enable: Output<Boolean>? = null, namespaceId: Output<String>? = null, portProtocols: Output<List<ApplicationPvtzDiscoverySvcPortProtocolArgs>>? = null, serviceName: Output<String>? = null)

Properties

Link copied to clipboard
val enable: Output<Boolean>? = null

Enables the Kubernetes Service-based registration and discovery feature.

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

The ID of the namespace.

Link copied to clipboard

The port number and protocol. See port_protocols below.

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

The name of the Service.

Functions

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