FlowDistinguisherMethod

data class FlowDistinguisherMethod(val type: String)

FlowDistinguisherMethod specifies the method of a flow distinguisher.

Constructors

Link copied to clipboard
constructor(type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

type is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.