Class FlowDistinguisherMethod
- java.lang.Object
-
- com.pulumi.kubernetes.flowcontrol.v1beta2.outputs.FlowDistinguisherMethod
-
public final class FlowDistinguisherMethod extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlowDistinguisherMethod.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowDistinguisherMethod.Builder
builder()
static FlowDistinguisherMethod.Builder
builder(FlowDistinguisherMethod defaults)
java.lang.String
type()
-
-
-
Method Detail
-
type
public java.lang.String type()
- Returns:
- `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
-
builder
public static FlowDistinguisherMethod.Builder builder()
-
builder
public static FlowDistinguisherMethod.Builder builder(FlowDistinguisherMethod defaults)
-
-