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 Details

    • ManagedClusterLoadBalancerProfileOutboundIPs

      public ManagedClusterLoadBalancerProfileOutboundIPs()
  • Method Details

    • publicIPs

      public List<ResourceReference> publicIPs()
      Get the publicIPs property: A list of public IP resources.
      Returns:
      the publicIPs value.
    • withPublicIPs

      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.