MeshSpecArgs

data class MeshSpecArgs(val egressFilter: Output<MeshSpecEgressFilterArgs>? = null, val serviceDiscovery: Output<MeshSpecServiceDiscoveryArgs>? = null) : ConvertibleToJava<MeshSpecArgs>

Constructors

Link copied to clipboard
constructor(egressFilter: Output<MeshSpecEgressFilterArgs>? = null, serviceDiscovery: Output<MeshSpecServiceDiscoveryArgs>? = null)

Properties

Link copied to clipboard

Egress filter rules for the service mesh.

Link copied to clipboard

The service discovery information for the service mesh.

Functions

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