Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static ProbeMode |
ProbeMode.create(String key) |
ProbeMode |
NetworkConfiguration.getProbeMode()
Type of probe mode when TCP protocol is selected.
|
static ProbeMode |
ProbeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProbeMode[] |
ProbeMode.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.probeMode(ProbeMode probeMode)
Type of probe mode when TCP protocol is selected.
|
Constructor and Description |
---|
NetworkConfiguration(Integer numberOfHops,
Integer probePerHop,
Integer transmissionRate,
Protocol protocol,
ProbeMode probeMode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.