Class ManagedClusterLoadBalancerProfileOutboundIPs
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileOutboundIPs
-
public final class ManagedClusterLoadBalancerProfileOutboundIPs extends Object
Desired outbound IP resources for the cluster load balancer.
-
-
Constructor Summary
Constructors Constructor Description ManagedClusterLoadBalancerProfileOutboundIPs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceReference>publicIPs()Get the publicIPs property: A list of public IP resources.voidvalidate()Validates the instance.ManagedClusterLoadBalancerProfileOutboundIPswithPublicIPs(List<ResourceReference> publicIPs)Set the publicIPs property: A list of public IP resources.
-
-
-
Method Detail
-
publicIPs
public List<ResourceReference> publicIPs()
Get the publicIPs property: A list of public IP resources.- Returns:
- the publicIPs value.
-
withPublicIPs
public ManagedClusterLoadBalancerProfileOutboundIPs withPublicIPs(List<ResourceReference> publicIPs)
Set the publicIPs property: A list of public IP resources.- Parameters:
publicIPs- the publicIPs value to set.- Returns:
- the ManagedClusterLoadBalancerProfileOutboundIPs object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-