Interface HasFrontend
-
- All Known Subinterfaces:
LoadBalancerInboundNatPool,LoadBalancerInboundNatRule,LoadBalancingRule
public interface HasFrontendAn interface representing a model's ability to references a frontend.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHasFrontend.DefinitionStagesGrouping of definition stages involving specifying the frontend.static interfaceHasFrontend.UpdateDefinitionStagesGrouping of definition stages applicable as part of a resource update involving modifying the frontend.static interfaceHasFrontend.UpdateStagesGrouping of update stages involving specifying the frontend.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerFrontendfrontend()
-
-
-
Method Detail
-
frontend
LoadBalancerFrontend frontend()
- Returns:
- the associated frontend
-
-