ManagedClusterLoadBalancerProfileOutboundIPs Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfileOutboundIPs

public final class ManagedClusterLoadBalancerProfileOutboundIPs

Desired outbound IP resources for the cluster load balancer.

Constructor Summary

Constructor Description
ManagedClusterLoadBalancerProfileOutboundIPs()

Creates an instance of ManagedClusterLoadBalancerProfileOutboundIPs class.

Method Summary

Modifier and Type Method and Description
List<ResourceReference> publicIPs()

Get the publicIPs property: A list of public IP resources.

void validate()

Validates the instance.

ManagedClusterLoadBalancerProfileOutboundIPs withPublicIPs(List<ResourceReference> publicIPs)

Set the publicIPs property: A list of public IP resources.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterLoadBalancerProfileOutboundIPs

public ManagedClusterLoadBalancerProfileOutboundIPs()

Creates an instance of ManagedClusterLoadBalancerProfileOutboundIPs class.

Method Details

publicIPs

public List publicIPs()

Get the publicIPs property: A list of public IP resources.

Returns:

the publicIPs value.

validate

public void validate()

Validates the instance.

withPublicIPs

public ManagedClusterLoadBalancerProfileOutboundIPs withPublicIPs(List publicIPs)

Set the publicIPs property: A list of public IP resources.

Parameters:

publicIPs - the publicIPs value to set.

Returns:

the ManagedClusterLoadBalancerProfileOutboundIPs object itself.

Applies to