Package org.cdk8s.plus24.k8s
Interface FlowDistinguisherMethodV1Beta2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FlowDistinguisherMethodV1Beta2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2023-07-25T00:18:39.215Z") @Stability(Stable) public interface FlowDistinguisherMethodV1Beta2 extends software.amazon.jsii.JsiiSerializable
FlowDistinguisherMethod specifies the method of a flow distinguisher.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FlowDistinguisherMethodV1Beta2.Builder
A builder forFlowDistinguisherMethodV1Beta2
static class
FlowDistinguisherMethodV1Beta2.Jsii$Proxy
An implementation forFlowDistinguisherMethodV1Beta2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FlowDistinguisherMethodV1Beta2.Builder
builder()
String
getType()
type
is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace".
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
type
is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace".Required.
-
builder
@Stability(Stable) static FlowDistinguisherMethodV1Beta2.Builder builder()
-
-