LoadBalancerHttpProbe.Update |
LoadBalancer.UpdateStages.WithProbe.updateHttpProbe(String name) |
Begins the description of an update to an existing HTTP probe on this load balancer.
|
LoadBalancerHttpProbe.Update |
LoadBalancer.UpdateStages.WithProbe.updateHttpsProbe(String name) |
Begins the description of an update to an existing HTTPS probe on this load balancer.
|
LoadBalancerHttpProbe.Update |
LoadBalancerHttpProbe.UpdateStages.WithIntervalInSeconds.withIntervalInSeconds(int seconds) |
Specifies the interval between probes, in seconds.
|
LoadBalancerHttpProbe.Update |
LoadBalancerHttpProbe.UpdateStages.WithNumberOfProbes.withNumberOfProbes(int probes) |
Specifies the number of unsuccessful probes before failure is determined.
|
LoadBalancerHttpProbe.Update |
LoadBalancerHttpProbe.UpdateStages.WithPort.withPort(int port) |
Specifies the port number to call for health monitoring.
|
LoadBalancerHttpProbe.Update |
LoadBalancerHttpProbe.UpdateStages.WithRequestPath.withRequestPath(String requestPath) |
Specifies the HTTP request path for the probe to monitor.
|