Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HttpProbe |
build() |
HttpProbe.Builder |
compartmentId(String compartmentId)
The OCID of the compartment.
|
HttpProbe.Builder |
copy(HttpProbe model) |
HttpProbe.Builder |
headers(Map<String,String> headers)
A dictionary of HTTP request headers.
|
HttpProbe.Builder |
homeRegion(String homeRegion)
The region where updates must be made and where results must be fetched from.
|
HttpProbe.Builder |
id(String id)
The OCID of the resource.
|
HttpProbe.Builder |
method(HttpProbeMethod method) |
HttpProbe.Builder |
path(String path)
The optional URL path to probe, including query parameters.
|
HttpProbe.Builder |
port(Integer port)
The port on which to probe endpoints.
|
HttpProbe.Builder |
protocol(HttpProbeProtocol protocol) |
HttpProbe.Builder |
resultsUrl(String resultsUrl)
A URL for fetching the probe results.
|
HttpProbe.Builder |
targets(List<String> targets)
A list of targets (hostnames or IP addresses) of the probe.
|
HttpProbe.Builder |
timeCreated(Date timeCreated)
The RFC 3339-formatted creation date and time of the probe.
|
HttpProbe.Builder |
timeoutInSeconds(Integer timeoutInSeconds)
The probe timeout in seconds.
|
HttpProbe.Builder |
vantagePointNames(List<String> vantagePointNames)
A list of names of vantage points from which to execute the probe.
|
public HttpProbe.Builder id(String id)
The OCID of the resource.
id
- the value to setpublic HttpProbe.Builder resultsUrl(String resultsUrl)
A URL for fetching the probe results.
resultsUrl
- the value to setpublic HttpProbe.Builder homeRegion(String homeRegion)
The region where updates must be made and where results must be fetched from.
homeRegion
- the value to setpublic HttpProbe.Builder timeCreated(Date timeCreated)
The RFC 3339-formatted creation date and time of the probe.
timeCreated
- the value to setpublic HttpProbe.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic HttpProbe.Builder targets(List<String> targets)
A list of targets (hostnames or IP addresses) of the probe.
targets
- the value to setpublic HttpProbe.Builder vantagePointNames(List<String> vantagePointNames)
A list of names of vantage points from which to execute the probe.
vantagePointNames
- the value to setpublic HttpProbe.Builder port(Integer port)
The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
port
- the value to setpublic HttpProbe.Builder timeoutInSeconds(Integer timeoutInSeconds)
The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be
less than or equal to intervalInSeconds
for monitors.
timeoutInSeconds
- the value to setpublic HttpProbe.Builder protocol(HttpProbeProtocol protocol)
public HttpProbe.Builder method(HttpProbeMethod method)
public HttpProbe.Builder path(String path)
The optional URL path to probe, including query parameters.
path
- the value to setpublic HttpProbe.Builder headers(Map<String,String> headers)
A dictionary of HTTP request headers.
Note:* Monitors and probes do not support the use of the Authorization
HTTP
header.
headers
- the value to setpublic HttpProbe build()
public HttpProbe.Builder copy(HttpProbe model)
Copyright © 2016–2024. All rights reserved.