VirtualNodeSpec

An object that represents the specification of a virtual node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference to an object that represents the defaults for backends.

Link copied to clipboard

The backends that the virtual node is expected to send outbound traffic to.

Link copied to clipboard

The listener that the virtual node is expected to receive inbound traffic from. You can specify one listener.

Link copied to clipboard

The inbound and outbound access logging information for the virtual node.

Link copied to clipboard

The service discovery information for the virtual node. If your virtual node does not expect ingress traffic, you can omit this parameter. If you specify a listener, then you must specify service discovery information.

Functions

Link copied to clipboard
inline fun copy(block: VirtualNodeSpec.Builder.() -> Unit = {}): VirtualNodeSpec
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String