endpoints property

List<String>? endpoints
getter/setter pair

The endpoints at which this deployment resource is listening for API requests.

This could be a list of complete URIs, hostnames or an IP addresses.

Required.

Implementation

core.List<core.String>? endpoints;