instanceIpMode property

String? instanceIpMode
getter/setter pair

The IP mode for instances.

Only applicable in the App Engine flexible environment. Possible string values are:

  • "INSTANCE_IP_MODE_UNSPECIFIED" : Unspecified is treated as EXTERNAL.
  • "EXTERNAL" : Instances are created with both internal and external IP addresses.
  • "INTERNAL" : Instances are created with internal IP addresses only.

Implementation

core.String? instanceIpMode;