MeshSpecEgressFilterArgs

data class MeshSpecEgressFilterArgs(val type: Output<String>? = null) : ConvertibleToJava<MeshSpecEgressFilterArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null)

Properties

Link copied to clipboard
val type: Output<String>? = null

Egress filter type. By default, the type is DROP_ALL. Valid values are ALLOW_ALL and DROP_ALL.

Functions

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