Compute V1 Client - Class AddressPurposes (2.0.0)

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

Additional supported values which may be not listed in the enum directly due to technical reasons: PRIVATE_SERVICE_CONNECT

Protobuf type google.cloud.compute.v1.NetworkProfileNetworkFeatures.AddressPurposes

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkProfileNetworkFeatures

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_ADDRESS_PURPOSES

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_ADDRESS_PURPOSES = 0;

DNS_RESOLVER

Value: 476114556

DNS resolver address in the subnetwork.

Generated from protobuf enum DNS_RESOLVER = 476114556;

GCE_ENDPOINT

Value: 230515243

VM internal/alias IP, Internal LB service IP, etc.

Generated from protobuf enum GCE_ENDPOINT = 230515243;

IPSEC_INTERCONNECT

Value: 340437251

A regional internal IP address range reserved for the VLAN attachment that is used in HA VPN over Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment’s IP address range.

Generated from protobuf enum IPSEC_INTERCONNECT = 340437251;

NAT_AUTO

Value: 163666477

External IP automatically reserved for Cloud NAT.

Generated from protobuf enum NAT_AUTO = 163666477;

PRIVATE_SERVICE_CONNECT

Value: 48134724

Generated from protobuf enum PRIVATE_SERVICE_CONNECT = 48134724;

SERVERLESS

Value: 270492508

A regional internal IP address range reserved for Serverless.

Generated from protobuf enum SERVERLESS = 270492508;

SHARED_LOADBALANCER_VIP

Value: 294447572

A private network IP address that can be shared by multiple Internal Load Balancer forwarding rules.

Generated from protobuf enum SHARED_LOADBALANCER_VIP = 294447572;

VPC_PEERING

Value: 400800170

IP range for peer networks.

Generated from protobuf enum VPC_PEERING = 400800170;