VirtualGatewaySpecArgs

data class VirtualGatewaySpecArgs(val backendDefaults: Output<VirtualGatewaySpecBackendDefaultsArgs>? = null, val listener: Output<VirtualGatewaySpecListenerArgs>, val logging: Output<VirtualGatewaySpecLoggingArgs>? = null) : ConvertibleToJava<VirtualGatewaySpecArgs>

Constructors

Link copied to clipboard
constructor(backendDefaults: Output<VirtualGatewaySpecBackendDefaultsArgs>? = null, listener: Output<VirtualGatewaySpecListenerArgs>, logging: Output<VirtualGatewaySpecLoggingArgs>? = null)

Properties

Link copied to clipboard

Defaults for backends.

Link copied to clipboard

Listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.

Link copied to clipboard

Inbound and outbound access logging information for the virtual gateway.

Functions

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