Class ManagedClusterLoadBalancerProfileOutboundIpPrefixes
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileOutboundIpPrefixes
Desired outbound IP Prefix resources for the cluster load balancer.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedClusterLoadBalancerProfileOutboundIpPrefixes class. -
Method Summary
Modifier and TypeMethodDescriptionGet the publicIpPrefixes property: A list of public IP prefix resources.voidvalidate()Validates the instance.withPublicIpPrefixes(List<ResourceReference> publicIpPrefixes) Set the publicIpPrefixes property: A list of public IP prefix resources.
-
Constructor Details
-
ManagedClusterLoadBalancerProfileOutboundIpPrefixes
public ManagedClusterLoadBalancerProfileOutboundIpPrefixes()Creates an instance of ManagedClusterLoadBalancerProfileOutboundIpPrefixes class.
-
-
Method Details
-
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.
-