| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
PingConfig |
PingConfig.clone() |
PingConfig |
TcpCheck.getPingConfig()
Contains information needed to add pings to a TCP check.
|
PingConfig |
HttpCheck.getPingConfig()
Contains information needed to add pings to an HTTP check.
|
PingConfig |
PingConfig.set(String fieldName,
Object value) |
PingConfig |
PingConfig.setPingsCount(Integer pingsCount)
Number of ICMP pings.
|
| Modifier and Type | Method and Description |
|---|---|
TcpCheck |
TcpCheck.setPingConfig(PingConfig pingConfig)
Contains information needed to add pings to a TCP check.
|
HttpCheck |
HttpCheck.setPingConfig(PingConfig pingConfig)
Contains information needed to add pings to an HTTP check.
|
Copyright © 2011–2025 Google. All rights reserved.