port property

int? port
getter/setter pair

Optional (defaults to 80 when use_ssl is false, and 443 when use_ssl is true).

The TCP port on the HTTP server against which to run the check. Will be combined with host (specified within the monitored_resource) and path to construct the full URL.

Implementation

core.int? port;