NetworkProfileOutboundIPs Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. NetworkProfileOutboundIPs
- com.
Implements
public final class NetworkProfileOutboundIPs
implements JsonSerializable<NetworkProfileOutboundIPs>
Desired outbound IP resources for Azure Spring Apps resource.
Constructor Summary
Constructor | Description |
---|---|
NetworkProfileOutboundIPs() |
Creates an instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
List<String> |
publicIPs()
Get the public |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
NetworkProfileOutboundIPs
public NetworkProfileOutboundIPs()
Creates an instance of NetworkProfileOutboundIPs class.
Method Details
fromJson
public static NetworkProfileOutboundIPs fromJson(JsonReader jsonReader)
Reads an instance of NetworkProfileOutboundIPs from the JsonReader.
Parameters:
Returns:
Throws:
publicIPs
public List
Get the publicIPs property: A list of public IP addresses.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java