addressType property
The type of address to reserve, either INTERNAL or EXTERNAL.
If unspecified, defaults to EXTERNAL. Possible string values are:
- "EXTERNAL" : A publicly visible external IP address.
 - "INTERNAL" : A private network IP address, for use with an Instance or Internal Load Balancer forwarding rule.
 - "UNSPECIFIED_TYPE"
 
Implementation
core.String? addressType;