Compute Engine v1 API - Enum Address.Types.Ipv6EndpointType (2.14.0)

public enum Address.Types.Ipv6EndpointType

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

The endpoint type of this address, which should be VM or NETLB. This is used for deciding which type of endpoint this address can be used after the external IPv6 address reservation.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Netlb

Reserved IPv6 address can be used on network load balancer.

UndefinedIpv6EndpointType

A value indicating that the enum field is not set.

Vm

Reserved IPv6 address can be used on VM.