ManagedClusterLoadBalancerProfileOutboundIpPrefixes Class

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

public final class ManagedClusterLoadBalancerProfileOutboundIpPrefixes

Desired outbound IP Prefix resources for the cluster load balancer.

Constructor Summary

Constructor Description
ManagedClusterLoadBalancerProfileOutboundIpPrefixes()

Creates an instance of ManagedClusterLoadBalancerProfileOutboundIpPrefixes class.

Method Summary

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

Get the publicIpPrefixes property: A list of public IP prefix resources.

void validate()

Validates the instance.

ManagedClusterLoadBalancerProfileOutboundIpPrefixes withPublicIpPrefixes(List<ResourceReference> publicIpPrefixes)

Set the publicIpPrefixes property: A list of public IP prefix resources.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterLoadBalancerProfileOutboundIpPrefixes

public ManagedClusterLoadBalancerProfileOutboundIpPrefixes()

Creates an instance of ManagedClusterLoadBalancerProfileOutboundIpPrefixes class.

Method Details

publicIpPrefixes

public List publicIpPrefixes()

Get the publicIpPrefixes property: A list of public IP prefix resources.

Returns:

the publicIpPrefixes value.

validate

public void validate()

Validates the instance.

withPublicIpPrefixes

public ManagedClusterLoadBalancerProfileOutboundIpPrefixes withPublicIpPrefixes(List publicIpPrefixes)

Set the publicIpPrefixes property: A list of public IP prefix resources.

Parameters:

publicIpPrefixes - the publicIpPrefixes value to set.

Returns:

the ManagedClusterLoadBalancerProfileOutboundIpPrefixes object itself.

Applies to