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 Summary
Constructors Constructor Description ManagedClusterLoadBalancerProfileOutboundIpPrefixes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceReference>publicIpPrefixes()Get the publicIpPrefixes property: A list of public IP prefix resources.voidvalidate()Validates the instance.ManagedClusterLoadBalancerProfileOutboundIpPrefixeswithPublicIpPrefixes(List<ResourceReference> publicIpPrefixes)Set the publicIpPrefixes property: A list of public IP prefix resources.
-
-
-
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.
-
-