forwardedPorts property

List<String>? forwardedPorts
getter/setter pair

List of ports, or port pairs, to forward from the virtual machine to the application container.

Only applicable in the App Engine flexible environment.

Implementation

core.List<core.String>? forwardedPorts;