Interface LoadBalancerHttpProbe
- All Superinterfaces:
ChildResource<LoadBalancer>, HasInnerModel<ProbeInner>, HasLoadBalancingRules, HasName, HasParent<LoadBalancer>, HasPort, HasProtocol<ProbeProtocol>, Indexable, LoadBalancerProbe
A client-side representation of an HTTP load balancing probe.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a probe definition.static interfaceGrouping of probe definition stages.static interfaceThe entirety of a probe update as part of a load balancer update.static interfaceThe entirety of a probe definition as part of a load balancer update.static interfaceGrouping of probe definition stages applicable as part of a load balancer update.static interfaceGrouping of probe update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the HTTP request path for the HTTP probe to call to check the health status.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasLoadBalancingRules
loadBalancingRulesMethods inherited from interface HasProtocol
protocolMethods inherited from interface LoadBalancerProbe
intervalInSeconds, numberOfProbes
-
Method Details
-
requestPath
String requestPath()Gets the HTTP request path for the HTTP probe to call to check the health status.- Returns:
- the HTTP request path for the HTTP probe to call to check the health status
-