Uses of Class
com.oracle.bmc.apmsynthetics.model.Protocol
-
Packages that use Protocol Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of Protocol in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return Protocol Modifier and Type Method Description static Protocol
Protocol. create(String key)
Protocol
NetworkConfiguration. getProtocol()
Type of protocol.static Protocol
Protocol. 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 com.oracle.bmc.apmsynthetics.model with parameters of type Protocol Modifier and Type Method Description NetworkConfiguration.Builder
NetworkConfiguration.Builder. protocol(Protocol protocol)
Type of protocol.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type Protocol Constructor Description NetworkConfiguration(Integer numberOfHops, Integer probePerHop, Integer transmissionRate, Protocol protocol, ProbeMode probeMode)
Deprecated.
-