Class ManagedClusterLoadBalancerProfileOutboundIpPrefixes

java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileOutboundIpPrefixes

public final class ManagedClusterLoadBalancerProfileOutboundIpPrefixes extends Object
Desired outbound IP Prefix resources for the cluster load balancer.
  • Constructor Details

    • ManagedClusterLoadBalancerProfileOutboundIpPrefixes

      public ManagedClusterLoadBalancerProfileOutboundIpPrefixes()
  • Method Details

    • publicIpPrefixes

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

      public ManagedClusterLoadBalancerProfileOutboundIpPrefixes withPublicIpPrefixes(List<ResourceReference> publicIpPrefixes)
      Set the publicIpPrefixes property: A list of public IP prefix resources.
      Parameters:
      publicIpPrefixes - the publicIpPrefixes value to set.
      Returns:
      the ManagedClusterLoadBalancerProfileOutboundIpPrefixes object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.