InboundEnvironmentEndpointInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. InboundEnvironmentEndpointInner
- com.
Implements
public final class InboundEnvironmentEndpointInner
implements JsonSerializable<InboundEnvironmentEndpointInner>
The IP Addresses and Ports that require inbound network access to and within the subnet of the App Service Environment.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Short text describing the purpose of the network traffic. |
| List<String> |
endpoints()
Get the endpoints property: The IP addresses that network traffic will originate from in cidr notation. |
|
static
Inbound |
fromJson(JsonReader jsonReader)
Reads an instance of Inbound |
| List<String> |
ports()
Get the ports property: The ports that network traffic will arrive to the App Service Environment at. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: Short text describing the purpose of the network traffic.
Returns:
endpoints
public List<String> endpoints()
Get the endpoints property: The IP addresses that network traffic will originate from in cidr notation.
Returns:
fromJson
public static InboundEnvironmentEndpointInner fromJson(JsonReader jsonReader)
Reads an instance of InboundEnvironmentEndpointInner from the JsonReader.
Parameters:
Returns:
Throws:
ports
public List<String> ports()
Get the ports property: The ports that network traffic will arrive to the App Service Environment at.
Returns:
toJson
validate
public void validate()
Validates the instance.