TrafficPolicy

The structure of a traffic policy resource which is a container for policy statements.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements

Link copied to clipboard

The identifier of the traffic policy resource.

Link copied to clipboard

A user-friendly name of the traffic policy resource.

Functions

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