FlowEndpoints Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.FlowEndpoints

Implements

public final class FlowEndpoints
implements JsonSerializable<FlowEndpoints>

The flow endpoints configuration.

Constructor Summary

Constructor Description
FlowEndpoints()

Creates an instance of FlowEndpoints class.

Method Summary

Modifier and Type Method and Description
List<IpAddress> accessEndpointIpAddresses()

Get the accessEndpointIpAddresses property: The access endpoint ip address.

static FlowEndpoints fromJson(JsonReader jsonReader)

Reads an instance of FlowEndpoints from the JsonReader.

List<IpAddress> outgoingIpAddresses()

Get the outgoingIpAddresses property: The outgoing ip address.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

FlowEndpoints withAccessEndpointIpAddresses(List<IpAddress> accessEndpointIpAddresses)

Set the accessEndpointIpAddresses property: The access endpoint ip address.

FlowEndpoints withOutgoingIpAddresses(List<IpAddress> outgoingIpAddresses)

Set the outgoingIpAddresses property: The outgoing ip address.

Methods inherited from java.lang.Object

Constructor Details

FlowEndpoints

public FlowEndpoints()

Creates an instance of FlowEndpoints class.

Method Details

accessEndpointIpAddresses

public List accessEndpointIpAddresses()

Get the accessEndpointIpAddresses property: The access endpoint ip address.

Returns:

the accessEndpointIpAddresses value.

fromJson

public static FlowEndpoints fromJson(JsonReader jsonReader)

Reads an instance of FlowEndpoints from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

outgoingIpAddresses

public List outgoingIpAddresses()

Get the outgoingIpAddresses property: The outgoing ip address.

Returns:

the outgoingIpAddresses value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAccessEndpointIpAddresses

public FlowEndpoints withAccessEndpointIpAddresses(List accessEndpointIpAddresses)

Set the accessEndpointIpAddresses property: The access endpoint ip address.

Parameters:

accessEndpointIpAddresses - the accessEndpointIpAddresses value to set.

Returns:

the FlowEndpoints object itself.

withOutgoingIpAddresses

public FlowEndpoints withOutgoingIpAddresses(List outgoingIpAddresses)

Set the outgoingIpAddresses property: The outgoing ip address.

Parameters:

outgoingIpAddresses - the outgoingIpAddresses value to set.

Returns:

the FlowEndpoints object itself.

Applies to