Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::Address::AddressType (v3.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::Address::AddressType.
The type of address to reserve, either INTERNAL orEXTERNAL. If unspecified, defaults to EXTERNAL.
Constants
UNDEFINED_ADDRESS_TYPE
value: 0 A value indicating that the enum field is not set.
EXTERNAL
value: 35_607_499 A publicly visible external IP address.
INTERNAL
value: 279_295_677 A private network IP address, for use with an Instance or Internal Load
Balancer forwarding rule.