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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REMOTE_PEERING_NETWORK_TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum REMOTE_PEERING_NETWORK_TYPE_UNSPECIFIED = 0;
REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNAL
Value: 1Customer's trusted internal network.
Generated from protobuf enum REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNAL = 1;
REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNET
Value: 2Customer's untrust network that has internet access.
Generated from protobuf enum REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNET = 2;