Uses of Class
org.cdk8s.plus25.Protocol
-
Packages that use Protocol Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of Protocol in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return Protocol Modifier and Type Method Description ProtocolAddDeploymentOptions.Jsii$Proxy. getProtocol()default ProtocolContainerPort. getProtocol()Protocol for port.ProtocolContainerPort.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.plus25 with parameters of type Protocol Modifier and Type Method Description AddDeploymentOptions.BuilderAddDeploymentOptions.Builder. protocol(Protocol protocol)Sets the value ofServiceBindOptions.getProtocol()ContainerPort.BuilderContainerPort.Builder. protocol(Protocol protocol)Sets the value ofContainerPort.getProtocol()ServiceBindOptions.BuilderServiceBindOptions.Builder. protocol(Protocol protocol)Sets the value ofServiceBindOptions.getProtocol()ServicePort.BuilderServicePort.Builder. protocol(Protocol protocol)Sets the value ofServiceBindOptions.getProtocol()
-