Package version:

Interface RequiredTraffic

Required inbound or outbound traffic for Azure Spring Apps resource.

Hierarchy

  • RequiredTraffic

Properties

direction?: string

The direction of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

fqdns?: string[]

The FQDN list of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

ips?: string[]

The ip list of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

port?: number

The port of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

protocol?: string

The protocol of required traffic NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc