Enum Address.Types.AddressType (1.1.0)

public enum 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