Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
HttpFaultDelay |
HttpFaultDelay.clone() |
HttpFaultDelay |
HttpFaultInjection.getDelay()
The specification for how client requests are delayed as part of fault injection, before being
sent to a backend service.
|
HttpFaultDelay |
HttpFaultDelay.set(String fieldName,
Object value) |
HttpFaultDelay |
HttpFaultDelay.setFixedDelay(Duration fixedDelay)
Specifies the value of the fixed delay interval.
|
HttpFaultDelay |
HttpFaultDelay.setPercentage(Double percentage)
The percentage of traffic for connections, operations, or requests for which a delay is
introduced as part of fault injection.
|
Modifier and Type | Method and Description |
---|---|
HttpFaultInjection |
HttpFaultInjection.setDelay(HttpFaultDelay delay)
The specification for how client requests are delayed as part of fault injection, before being
sent to a backend service.
|
Copyright © 2011–2024 Google. All rights reserved.