Package org.cdk8s.plus24.k8s
Interface FlowDistinguisherMethodV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FlowDistinguisherMethodV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-28T00:25:43.952Z") @Stability(Stable) public interface FlowDistinguisherMethodV1Beta1 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
FlowDistinguisherMethodV1Beta1.Builder
A builder forFlowDistinguisherMethodV1Beta1
static class
FlowDistinguisherMethodV1Beta1.Jsii$Proxy
An implementation forFlowDistinguisherMethodV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FlowDistinguisherMethodV1Beta1.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 FlowDistinguisherMethodV1Beta1.Builder builder()
-
-