FlowEndpoints Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. FlowEndpoints
- com.
Implements
public final class FlowEndpoints
implements JsonSerializable<FlowEndpoints>
The flow endpoints configuration.
Constructor Summary
Constructor | Description |
---|---|
FlowEndpoints() |
Creates an instance of Flow |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Ip |
accessEndpointIpAddresses()
Get the access |
static
Flow |
fromJson(JsonReader jsonReader)
Reads an instance of Flow |
List<Ip |
outgoingIpAddresses()
Get the outgoing |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Flow |
withAccessEndpointIpAddresses(List<IpAddress> accessEndpointIpAddresses)
Set the access |
Flow |
withOutgoingIpAddresses(List<IpAddress> outgoingIpAddresses)
Set the outgoing |
Methods inherited from java.lang.Object
Constructor Details
FlowEndpoints
public FlowEndpoints()
Creates an instance of FlowEndpoints class.
Method Details
accessEndpointIpAddresses
public List
Get the accessEndpointIpAddresses property: The access endpoint ip address.
Returns:
fromJson
public static FlowEndpoints fromJson(JsonReader jsonReader)
Reads an instance of FlowEndpoints from the JsonReader.
Parameters:
Returns:
Throws:
outgoingIpAddresses
public List
Get the outgoingIpAddresses property: The outgoing ip address.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAccessEndpointIpAddresses
public FlowEndpoints withAccessEndpointIpAddresses(List
Set the accessEndpointIpAddresses property: The access endpoint ip address.
Parameters:
Returns:
withOutgoingIpAddresses
public FlowEndpoints withOutgoingIpAddresses(List
Set the outgoingIpAddresses property: The outgoing ip address.
Parameters:
Returns:
Applies to
Azure SDK for Java