MeshSpecServiceDiscovery

data class MeshSpecServiceDiscovery(val ipPreference: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipPreference: 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.