Class ManagedClusterLoadBalancerProfileOutboundIPs
java.lang.Object
com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPs
Desired outbound IP resources for the cluster load balancer.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of public IP resources.withPublicIPs
(List<ResourceReference> publicIPs) Set a list of public IP resources.
-
Constructor Details
-
ManagedClusterLoadBalancerProfileOutboundIPs
public ManagedClusterLoadBalancerProfileOutboundIPs()
-
-
Method Details
-
publicIPs
Get a list of public IP resources.- Returns:
- the publicIPs value
-
withPublicIPs
public ManagedClusterLoadBalancerProfileOutboundIPs withPublicIPs(List<ResourceReference> publicIPs) Set a list of public IP resources.- Parameters:
publicIPs
- the publicIPs value to set- Returns:
- the ManagedClusterLoadBalancerProfileOutboundIPs object itself.
-