Class ManagedClusterLoadBalancerProfileOutboundIpPrefixes


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

      • ManagedClusterLoadBalancerProfileOutboundIpPrefixes

        public ManagedClusterLoadBalancerProfileOutboundIpPrefixes()
    • Method Detail

      • 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.