Compute V1 Client - Class Ipv6GceEndpoint (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Ipv6GceEndpoint.

[Output Only] Possible endpoints of this subnetwork. It can be one of the following: - VM_ONLY: The subnetwork can be used for creating instances and IPv6 addresses with VM endpoint type. Such a subnetwork gets external IPv6 ranges from a public delegated prefix and cannot be used to create NetLb. - VM_AND_FR: The subnetwork can be used for creating both VM instances and Forwarding Rules. It can also be used to reserve IPv6 addresses with both VM and FR endpoint types. Such a subnetwork gets its IPv6 range from Google IP Pool directly.

Protobuf type google.cloud.compute.v1.Subnetwork.Ipv6GceEndpoint

Namespace

Google \ Cloud \ Compute \ V1 \ Subnetwork

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_IPV6_GCE_ENDPOINT

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_IPV6_GCE_ENDPOINT = 0;

VM_AND_FR

Value: 41830108

Generated from protobuf enum VM_AND_FR = 41830108;

VM_ONLY

Value: 236773428

Generated from protobuf enum VM_ONLY = 236773428;