Class ManagedClusterLoadBalancerProfileOutboundIPs
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileOutboundIPs
Desired outbound IP resources for the cluster load balancer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the publicIPs property: A list of public IP resources.voidvalidate()Validates the instance.withPublicIPs(List<ResourceReference> publicIPs) Set the publicIPs property: A list of public IP resources.
-
Constructor Details
-
ManagedClusterLoadBalancerProfileOutboundIPs
public ManagedClusterLoadBalancerProfileOutboundIPs()
-
-
Method Details
-
publicIPs
Get the publicIPs property: A list of public IP resources.- Returns:
- the publicIPs value.
-
withPublicIPs
public ManagedClusterLoadBalancerProfileOutboundIPs withPublicIPs(List<ResourceReference> publicIPs) 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.
-