MeshSpecServiceDiscoveryArgs

data class MeshSpecServiceDiscoveryArgs(val ipPreference: Output<String>? = null) : ConvertibleToJava<MeshSpecServiceDiscoveryArgs>

Constructors

Link copied to clipboard
constructor(ipPreference: Output<String>? = null)

Properties

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

The IP version to use to control traffic within the mesh. Valid values are IPv6_PREFERRED, IPv4_PREFERRED, IPv4_ONLY, and IPv6_ONLY.

Functions

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