Reference documentation and code samples for the Compute V1 Client class 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.
Protobuf type google.cloud.compute.v1.Address.Ipv6EndpointType
Namespace
Google \ Cloud \ Compute \ V1 \ AddressMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_IPV6_ENDPOINT_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_IPV6_ENDPOINT_TYPE = 0;
NETLB
Value: 74173363
Reserved IPv6 address can be used on network load balancer.
Generated from protobuf enum NETLB = 74173363;
VM
Value: 2743
Reserved IPv6 address can be used on VM.
Generated from protobuf enum VM = 2743;