VirtualNodeData

An object that represents a virtual node returned by a describe operation.

Types

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

Properties

Link copied to clipboard

The name of the service mesh that the virtual node resides in.

Link copied to clipboard

The associated metadata for the virtual node.

Link copied to clipboard

The specifications of the virtual node.

Link copied to clipboard

The current status for the virtual node.

Link copied to clipboard

The name of the virtual node.

Functions

Link copied to clipboard
inline fun copy(block: VirtualNodeData.Builder.() -> Unit = {}): VirtualNodeData
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