Uses of Class
org.cdk8s.plus22.Protocol
-
-
Uses of Protocol in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return Protocol Modifier and Type Method Description ProtocolAddDeploymentOptions.Jsii$Proxy. getProtocol()ProtocolExposeDeploymentViaIngressOptions.Jsii$Proxy. getProtocol()default ProtocolExposeDeploymentViaServiceOptions. getProtocol()The IP protocol for this port.ProtocolExposeDeploymentViaServiceOptions.Jsii$Proxy. getProtocol()ProtocolServicePort.Jsii$Proxy. getProtocol()default ProtocolServicePortOptions. getProtocol()The IP protocol for this port.ProtocolServicePortOptions.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.plus22 with parameters of type Protocol Modifier and Type Method Description AddDeploymentOptions.BuilderAddDeploymentOptions.Builder. protocol(Protocol protocol)Sets the value ofServicePortOptions.getProtocol()ExposeDeploymentViaIngressOptions.BuilderExposeDeploymentViaIngressOptions.Builder. protocol(Protocol protocol)Sets the value ofExposeDeploymentViaServiceOptions.getProtocol()ExposeDeploymentViaServiceOptions.BuilderExposeDeploymentViaServiceOptions.Builder. protocol(Protocol protocol)Sets the value ofExposeDeploymentViaServiceOptions.getProtocol()ServicePort.BuilderServicePort.Builder. protocol(Protocol protocol)Sets the value ofServicePortOptions.getProtocol()ServicePortOptions.BuilderServicePortOptions.Builder. protocol(Protocol protocol)Sets the value ofServicePortOptions.getProtocol()
-