Class AddressType (1.19.0)

AddressType(value)

The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL.

Enums

Name Description
UNDEFINED_ADDRESS_TYPE A value indicating that the enum field is not set.
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 No description available.