ManagedClusterLoadBalancerProfileOutboundIPs Class

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

Implements

public final class ManagedClusterLoadBalancerProfileOutboundIPs
implements JsonSerializable<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
static ManagedClusterLoadBalancerProfileOutboundIPs fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterLoadBalancerProfileOutboundIPs from the JsonReader.

List<ResourceReference> publicIPs()

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

JsonWriter toJson(JsonWriter jsonWriter)
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

fromJson

public static ManagedClusterLoadBalancerProfileOutboundIPs fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterLoadBalancerProfileOutboundIPs from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedClusterLoadBalancerProfileOutboundIPs if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ManagedClusterLoadBalancerProfileOutboundIPs.

publicIPs

public List publicIPs()

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

Returns:

the publicIPs value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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