LoadBalancerHttpProbe.UpdateStages.WithRequestPath Interface

public static interface LoadBalancerHttpProbe.UpdateStages.WithRequestPath

The stage of the HTTP probe update allowing to modify the HTTP request path for the probe to monitor.

Method Summary

Modifier and Type Method and Description
abstract Update withRequestPath(String requestPath)

Specifies the HTTP request path for the probe to monitor.

Method Details

withRequestPath

public abstract LoadBalancerHttpProbe.Update withRequestPath(String requestPath)

Specifies the HTTP request path for the probe to monitor.

Parameters:

requestPath - a request path

Returns:

the next stage of the definition

Applies to