LoadBalancerFrontend Interface
Implements
public interface LoadBalancerFrontend
extends HasInnerModel<FrontendIpConfigurationInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules
An client-side representation of a load balancer frontend.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Map<String,Load |
inboundNatPools()
Gets the inbound NAT pools on this load balancer that use this frontend. |
abstract
Map<String,Load |
inboundNatRules()
Gets the inbound NAT rules on this load balancer that use this frontend. |
abstract boolean |
isPublic()
Checks whether the frontend is public. |
abstract
Map<String,Load |
outboundRules()
Gets the outbound rules on this load balancer that use this frontend. |
Method Details
inboundNatPools
public abstract Map
Gets the inbound NAT pools on this load balancer that use this frontend.
Returns:
inboundNatRules
public abstract Map
Gets the inbound NAT rules on this load balancer that use this frontend.
Returns:
isPublic
public abstract boolean isPublic()
Checks whether the frontend is public.
Returns:
outboundRules
public abstract Map
Gets the outbound rules on this load balancer that use this frontend.
Returns: