hostname property

String? hostname
getter/setter pair

One of the hostnames of Apigee EnvGroup where the proxy is deployed.

This hostname (i.e FDQN) will be used to route traffic from the specified forwarding rule to the environment in Apigee X instance where the proxy is deployed for handling extension traffic. Format: ^([a-zA-Z0-9. _-])+$

Required.

Implementation

core.String? hostname;