LoadBalancerFrontend Interface

public interface LoadBalancerFrontend extends HasInner,ChildResource,HasLoadBalancingRules

An client-side representation of a load balancer frontend.

Method Summary

Modifier and Type Method and Description
Map<String, LoadBalancerInboundNatPool> inboundNatPools()
Map<String, LoadBalancerInboundNatRule> inboundNatRules()
boolean isPublic()

Inherited Members

Method Details

inboundNatPools

public Map inboundNatPools()

Returns:

the inbound NAT pools on this load balancer that use this frontend, indexed by their names

inboundNatRules

public Map inboundNatRules()

Returns:

the inbound NAT rules on this load balancer that use this frontend, indexed by their names

isPublic

public boolean isPublic()

Returns:

true if the frontend is public, i.e. it has a public IP address associated with it

Applies to