forwardProxyUri property

String? forwardProxyUri
getter/setter pair

URI of the forward proxy to be applied to the runtime instances in this environment.

Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of "http" or "https", and the port must be supplied. To remove a forward proxy setting, update the field to an empty value. Note: At this time, PUT operations to add forwardProxyUri to an existing environment fail if the environment has nodeConfig set up. To successfully add the forwardProxyUri setting in this case, include the NodeConfig details with the request.

Optional.

Implementation

core.String? forwardProxyUri;