Class NetworkProfileOutboundIPs
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.models.NetworkProfileOutboundIPs
-
public final class NetworkProfileOutboundIPs extends Object
Desired outbound IP resources for Azure Spring Cloud instance.
-
-
Constructor Summary
Constructors Constructor Description NetworkProfileOutboundIPs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>publicIPs()Get the publicIPs property: A list of public IP addresses.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
publicIPs
public List<String> publicIPs()
Get the publicIPs property: A list of public IP addresses.- Returns:
- the publicIPs value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-