MeshSpecEgressFilter

data class MeshSpecEgressFilter(val type: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

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