Uses of Class
org.cdk8s.plus25.NetworkProtocol
-
Packages that use NetworkProtocol Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of NetworkProtocol in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return NetworkProtocol Modifier and Type Method Description default NetworkProtocolNetworkPolicyPortProps. getProtocol()Protocol.NetworkProtocolNetworkPolicyPortProps.Jsii$Proxy. getProtocol()static NetworkProtocolNetworkProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkProtocol[]NetworkProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus25 with parameters of type NetworkProtocol Modifier and Type Method Description NetworkPolicyPortProps.BuilderNetworkPolicyPortProps.Builder. protocol(NetworkProtocol protocol)Sets the value ofNetworkPolicyPortProps.getProtocol()
-