Class FlowDistinguisherMethodPatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.kubernetes.flowcontrol.v1alpha1.inputs.FlowDistinguisherMethodPatchArgs
-
public final class FlowDistinguisherMethodPatchArgs extends com.pulumi.resources.ResourceArgs
FlowDistinguisherMethod specifies the method of a flow distinguisher.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlowDistinguisherMethodPatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static FlowDistinguisherMethodPatchArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowDistinguisherMethodPatchArgs.Builder
builder()
static FlowDistinguisherMethodPatchArgs.Builder
builder(FlowDistinguisherMethodPatchArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
type()
-
-
-
Field Detail
-
Empty
public static final FlowDistinguisherMethodPatchArgs Empty
-
-
Method Detail
-
type
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
- Returns:
- `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
-
builder
public static FlowDistinguisherMethodPatchArgs.Builder builder()
-
builder
public static FlowDistinguisherMethodPatchArgs.Builder builder(FlowDistinguisherMethodPatchArgs defaults)
-
-