Show / Hide Table of Contents

Class FlowDistinguisherMethodArgs

FlowDistinguisherMethod specifies the method of a flow distinguisher.

Inheritance
System.Object
InputArgs
ResourceArgs
FlowDistinguisherMethodArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Inputs.FlowControl.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class FlowDistinguisherMethodArgs : ResourceArgs

Properties

View Source

Type

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

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.