Uses of Class
org.cdk8s.plus23.Protocol
-
-
Uses of Protocol in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return Protocol Modifier and Type Method Description ProtocolAddDeploymentOptions.Jsii$Proxy. getProtocol()default ProtocolServiceBindOptions. getProtocol()The IP protocol for this port.ProtocolServiceBindOptions.Jsii$Proxy. getProtocol()ProtocolServicePort.Jsii$Proxy. getProtocol()static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus23 with parameters of type Protocol Modifier and Type Method Description AddDeploymentOptions.BuilderAddDeploymentOptions.Builder. protocol(Protocol protocol)Sets the value ofServiceBindOptions.getProtocol()ServiceBindOptions.BuilderServiceBindOptions.Builder. protocol(Protocol protocol)Sets the value ofServiceBindOptions.getProtocol()ServicePort.BuilderServicePort.Builder. protocol(Protocol protocol)Sets the value ofServiceBindOptions.getProtocol()
-