static PingProbe.Builder |
PingProbe.builder() |
Create a new builder.
|
PingProbe.Builder |
PingProbe.Builder.compartmentId(String compartmentId) |
The OCID of the compartment.
|
PingProbe.Builder |
PingProbe.Builder.copy(PingProbe model) |
|
PingProbe.Builder |
PingProbe.Builder.homeRegion(String homeRegion) |
The region where updates must be made and where results must be fetched from.
|
PingProbe.Builder |
PingProbe.Builder.id(String id) |
The OCID of the resource.
|
PingProbe.Builder |
PingProbe.Builder.port(Integer port) |
The port on which to probe endpoints.
|
PingProbe.Builder |
PingProbe.Builder.protocol(PingProbeProtocol protocol) |
|
PingProbe.Builder |
PingProbe.Builder.resultsUrl(String resultsUrl) |
A URL for fetching the probe results.
|
PingProbe.Builder |
PingProbe.Builder.targets(List<String> targets) |
A list of targets (hostnames or IP addresses) of the probe.
|
PingProbe.Builder |
PingProbe.Builder.timeCreated(Date timeCreated) |
The RFC 3339-formatted creation date and time of the probe.
|
PingProbe.Builder |
PingProbe.Builder.timeoutInSeconds(Integer timeoutInSeconds) |
The probe timeout in seconds.
|
PingProbe.Builder |
PingProbe.toBuilder() |
|
PingProbe.Builder |
PingProbe.Builder.vantagePointNames(List<String> vantagePointNames) |
A list of names of vantage points from which to execute the probe.
|