Class RequiredTraffic
java.lang.Object
com.azure.resourcemanager.appplatform.models.RequiredTraffic
Required inbound or outbound traffic for Azure Spring Apps resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the direction property: The direction of required traffic.fqdns()Get the fqdns property: The FQDN list of required traffic.ips()Get the ips property: The ip list of required traffic.port()Get the port property: The port of required traffic.protocol()Get the protocol property: The protocol of required traffic.voidvalidate()Validates the instance.
-
Constructor Details
-
RequiredTraffic
public RequiredTraffic()
-
-
Method Details
-
protocol
Get the protocol property: The protocol of required traffic.- Returns:
- the protocol value.
-
port
Get the port property: The port of required traffic.- Returns:
- the port value.
-
ips
Get the ips property: The ip list of required traffic.- Returns:
- the ips value.
-
fqdns
Get the fqdns property: The FQDN list of required traffic.- Returns:
- the fqdns value.
-
direction
Get the direction property: The direction of required traffic.- Returns:
- the direction value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-