Compute Engine v1 API - Enum Address.Types.AddressType (2.15.0)

public enum Address.Types.AddressType

Reference documentation and code samples for the Compute Engine v1 API enum Address.Types.AddressType.

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
External

A publicly visible external IP address.

Internal

A private network IP address, for use with an Instance or Internal Load Balancer forwarding rule.

UndefinedAddressType

A value indicating that the enum field is not set.

UnspecifiedType