Freigeben über


NetworkProfileOutboundIPs Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.NetworkProfileOutboundIPs

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 NetworkProfileOutboundIPs class.

Method Summary

Modifier and Type Method and Description
static NetworkProfileOutboundIPs fromJson(JsonReader jsonReader)

Reads an instance of NetworkProfileOutboundIPs from the JsonReader.

List<String> publicIPs()

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

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of NetworkProfileOutboundIPs 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 NetworkProfileOutboundIPs.

publicIPs

public List publicIPs()

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

Returns:

the publicIPs value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to