ManagedClusterLoadBalancerProfileOutboundIpPrefixes Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterLoadBalancerProfileOutboundIpPrefixes
- com.
Implements
public final class ManagedClusterLoadBalancerProfileOutboundIpPrefixes
implements JsonSerializable<ManagedClusterLoadBalancerProfileOutboundIpPrefixes>
Desired outbound IP Prefix resources for the cluster load balancer.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterLoadBalancerProfileOutboundIpPrefixes() |
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 |
publicIpPrefixes()
Get the public |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withPublicIpPrefixes(List<ResourceReference> publicIpPrefixes)
Set the public |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterLoadBalancerProfileOutboundIpPrefixes
public ManagedClusterLoadBalancerProfileOutboundIpPrefixes()
Creates an instance of ManagedClusterLoadBalancerProfileOutboundIpPrefixes class.
Method Details
fromJson
public static ManagedClusterLoadBalancerProfileOutboundIpPrefixes fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterLoadBalancerProfileOutboundIpPrefixes from the JsonReader.
Parameters:
Returns:
Throws:
publicIpPrefixes
public List
Get the publicIpPrefixes property: A list of public IP prefix resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPublicIpPrefixes
public ManagedClusterLoadBalancerProfileOutboundIpPrefixes withPublicIpPrefixes(List
Set the publicIpPrefixes property: A list of public IP prefix resources.
Parameters:
Returns:
Applies to
Azure SDK for Java