port property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? port
getter/setter pair

Deprecated in favor of portName.

The TCP port to connect on the backend. The default value is 80. For internal passthrough Network Load Balancers and external passthrough Network Load Balancers, omit port.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? port;