Google Cloud Edge Network V1 Client - Class RemotePeeringNetworkType (1.4.0)

Reference documentation and code samples for the Google Cloud Edge Network V1 Client class RemotePeeringNetworkType.

Defines the remote peering destination for the interface. It is required when peering separation is enabled.

Protobuf type google.cloud.edgenetwork.v1.RemotePeeringNetworkType

Namespace

Google \ Cloud \ EdgeNetwork \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REMOTE_PEERING_NETWORK_TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum REMOTE_PEERING_NETWORK_TYPE_UNSPECIFIED = 0;

REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNAL

Value: 1

Customer's trusted internal network.

Generated from protobuf enum REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNAL = 1;

REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNET

Value: 2

Customer's untrust network that has internet access.

Generated from protobuf enum REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNET = 2;