FlowDistinguisherMethod

case
class FlowDistinguisherMethod(`type`: String)

FlowDistinguisherMethod specifies the method of a flow distinguisher.

Value Params
type

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

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getType: IO[K8sFailure, String]

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

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

This effect always succeeds, it is safe to use the field type directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product