Uses of Class
org.cdk8s.plus22.NetworkProtocol
-
-
Uses of NetworkProtocol in org.cdk8s.plus22
Methods in org.cdk8s.plus22 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.plus22 with parameters of type NetworkProtocol Modifier and Type Method Description NetworkPolicyPortProps.BuilderNetworkPolicyPortProps.Builder. protocol(NetworkProtocol protocol)Sets the value ofNetworkPolicyPortProps.getProtocol()
-