GatewayRouteData

An object that represents a gateway route 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 gateway route.

Link copied to clipboard

The name of the service mesh that the resource resides in.

Link copied to clipboard

An object that represents metadata for a resource.

Link copied to clipboard

The specifications of the gateway route.

Link copied to clipboard

The status of the gateway route.

Link copied to clipboard

The virtual gateway that the gateway route is associated with.

Functions

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