Uses of Class
com.oracle.bmc.servicemesh.model.IngressGatewayListener.Protocol
-
Packages that use IngressGatewayListener.Protocol Package Description com.oracle.bmc.servicemesh.model -
-
Uses of IngressGatewayListener.Protocol in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return IngressGatewayListener.Protocol Modifier and Type Method Description static IngressGatewayListener.Protocol
IngressGatewayListener.Protocol. create(String key)
IngressGatewayListener.Protocol
IngressGatewayListener. getProtocol()
Type of protocol used.static IngressGatewayListener.Protocol
IngressGatewayListener.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static IngressGatewayListener.Protocol[]
IngressGatewayListener.Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.servicemesh.model with parameters of type IngressGatewayListener.Protocol Modifier and Type Method Description IngressGatewayListener.Builder
IngressGatewayListener.Builder. protocol(IngressGatewayListener.Protocol protocol)
Type of protocol used.Constructors in com.oracle.bmc.servicemesh.model with parameters of type IngressGatewayListener.Protocol Constructor Description IngressGatewayListener(IngressGatewayListener.Protocol protocol, Integer port, IngressListenerTlsConfig tls)
Deprecated.
-