Uses of Interface
com.google.cloud.compute.v1.HttpFaultDelayOrBuilder
-
Packages that use HttpFaultDelayOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpFaultDelayOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HttpFaultDelayOrBuilder Modifier and Type Class Description class
HttpFaultDelay
Specifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.static class
HttpFaultDelay.Builder
Specifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.Methods in com.google.cloud.compute.v1 that return HttpFaultDelayOrBuilder Modifier and Type Method Description HttpFaultDelayOrBuilder
HttpFaultInjection.Builder. getDelayOrBuilder()
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.HttpFaultDelayOrBuilder
HttpFaultInjection. getDelayOrBuilder()
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.HttpFaultDelayOrBuilder
HttpFaultInjectionOrBuilder. getDelayOrBuilder()
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.
-