ManagedClusterLoadBalancerProfileOutboundIPs Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterLoadBalancerProfileOutboundIPs
- com.
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 Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
List<Resource |
publicIPs()
Get the public |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withPublicIPs(List<ResourceReference> publicIPs)
Set the public |
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:
Returns:
Throws:
publicIPs
public List
Get the publicIPs property: A list of public IP resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPublicIPs
public ManagedClusterLoadBalancerProfileOutboundIPs withPublicIPs(List
Set the publicIPs property: A list of public IP resources.
Parameters:
Returns:
Applies to
Azure SDK for Java