Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
NetworkConfiguration.Builder |
NetworkConfiguration.Builder.protocol(Protocol protocol)
Type of protocol.
|
Constructor and Description |
---|
NetworkConfiguration(Integer numberOfHops,
Integer probePerHop,
Integer transmissionRate,
Protocol protocol,
ProbeMode probeMode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.